Search⌘ K
AI Features

Publish the Tests Information

Explore how to publish automated Selenium test results stored in Docker containers to Azure DevOps pipelines. Learn to copy XML test reports from containers to the virtual machine and enable test information display in the Tests tab, enhancing your CI/CD test reporting.

We'll cover the following...

The XML files with the test execution results are saved in the target/surefire-reports folder of the Docker container.

We need to copy them from the Docker container to the default working folder of the virtual machine: ...