How to debug tests running on Docker containers
Our previous article Selenium Docker: Parallel execution made easy explains how to execute selenium tests in Docker. Important point to note and understand – the test scripts are running in local machine or invoked from local machine. docker container provides only the browser The setup explained is good for production. However during development of test…
Read more