PauloAlves
3 years agoNew Contributor
Test suite names on readyapi tests for azure devops
When we execute the entire project instead of specifying the test suite, each test suite of the project gets a random name like "ReadyAPI_Test_TestResults_0_1", "ReadyAPI_Test_TestResults_0_2".
The only solution I got is to replicate the task for each test suite of the project. Thats redundant.
Is there any solution to avoid this replication?