Where is the Tests tab?
Explore how to locate and enable the Tests tab in Azure DevOps pipelines when running Selenium Java tests in Docker containers. Understand the problem of test result files being inside containers and learn how to copy these XML files to make test results accessible within the pipeline interface.
We'll cover the following...
We'll cover the following...
We can see the automated tests count on the build execution page in the console for the Run Java Tests task:
But when going back to the build page, ...