Run Selenium tests headless using Apache Maven in Firefox
10K+
Container executing Java headless Selenium tests in Firefox browser.
Create a Docker container performing live Selenium tests.
docker run --rm -v <path>:/tests khozzy/selenium-java-firefox xvfb-daemon-run mvn -f /tests/pom.xml test
-V option specifies which directory containing test files will be mapped to container, --rm option tells to remove container after running tests
Content type
Image
Digest
sha256:a13134bab…
Size
536.1 MB
Last updated
almost 11 years ago
docker pull khozzy/selenium-java-firefox