You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Use a standard docker container to execute selenium tests
  • Easier to setup and recreate ... even easy to recreate the container for every test run which provides better repeatable test results
  • Overhead to have many containers for each browser in minimal.


Run selenium server for firefox

docker run -d -p 4444:4444 selenium/standalone-firefox -e "SCREEN_WIDTH=1024 SCREEN_HEIGHT=780"
  • No labels