Display the Screenshots
Explore how to navigate Docker containers and display Selenium test screenshots using commands like ls and cd. This lesson helps you manage test artifacts inside containers while preparing for CI/CD integration.
Continuing from the last lesson, with the container being started and bash active, the screenshots can be displayed easily.
Display all files from the container root folder
Use the ls command. Both the src and target folders are displayed.
Change the current folder to target
Use the cd command: