Locate the logs and screenshots
Explore how to find and access logs and screenshots generated by Selenium tests running in Azure DevOps pipelines. Understand how to configure pipeline tasks to display project folders, locate test artifacts, and use system variables to navigate the working directory effectively.
We'll cover the following...
We'll cover the following...
We executed the Selenium tests successfully and can see the tests’ names, execution times, and statuses on the pipeline build page.
But how can we access the logs and the screenshots that are collected for each executed test?
Before seeing them, we need to figure out where they are stored.
Find the logs and screenshots
This can be done using a new task in the pipeline to display all files from the ...