ContributionsMost RecentMost LikesSolutionsReadyAPI Test for Azure DevOps published results xml special characters In the version 2.0 of this task, results are published automatically. Still, the results are not parsed from xml, as in the xml there are special characters that still appear in the azure devops release/build log Like ' and " How can I remove that text from the published content? 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?