The purpose of this project is to have Selenium running as simple and as fast as possible. This purpose is augmented by Zalenium a project which uses this one to provide docker-selenium(s) on-demand. Zalenium also forwards tests to a Cloud Provider (Sauce Labs, BrowserStack, TestingBot & LambdaTest) when necessary. Note SeleniumHQ/docker-selenium and this one share the same purpose however both projects have diverged considerably in the last two years. Even though both projects share the same purpose is good to have alternatives, see also for example docker-alpine-selenium. Letting more than 1 docker-selenium project grow to be able to learn from each other's success or failures ultimately impacts the final users positively. This doesn't discard that at some point all selenium maintainers will sit together a sprint to coordinate some major changes and cleanup open issues and perhaps we might merge N similar projects in the future.
Features
- Selenium server grid with 2 nodes (chrome & firefox)
- mp4 video recording
- VNC access (useful for debugging the container)
- Google-Chrome-stable
- Firefox stable
- The purpose of this project is to have Selenium running as simple and as fast as possible