Sign inSign up

khozzy/selenium-java-firefox

By khozzy

Updated almost 11 years ago

Run Selenium tests headless using Apache Maven in Firefox

Image
1

10K+

khozzy/selenium-java-firefox repository overview

Container executing Java headless Selenium tests in Firefox browser.

How to run tests inside container?

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

Tag summary

Content type

Image

Digest

sha256:a13134bab

Size

536.1 MB

Last updated

almost 11 years ago

docker pull khozzy/selenium-java-firefox