nungster / splinter-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

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

License:MIT License


Languages

Language:Python 100.0%