/splinter-test

A Docker container to easily run tests using Splinter on PhantomJS.

Primary LanguagePythonMIT LicenseMIT

This container makes it easy to run Splinter tests on PhantomJS without installing anything but Docker.

Usage

Mount your tests in the /test folder of the image and run it:

docker run --rm -v $(realpath tests):/test -t lascap/splinter-test

Your tests need to use:

splinter.Browser('phantomjs')