Is it possible to access the test execution result in a task in Azure Pipelines through a variable?
I'm running the task below in Azure Pipelines and I needed to access the percentage of tests passing and failing as a result of running this task in another task. Is this possible to be done? Can I access this…