Why Run Selenium Tests in Docker Containers?
Understand the advantages of running tests in Docker containers.
We'll cover the following...
Using local browsers is useful when writing and testing the automated tests on the development computer, but when the automated tests run in CI/CD environments, they typically run in Docker containers.