How to install jasmine-splinter-runner
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install jasmine-splinter-runner
Lastest release
Jasmine runner based on splinter.
Installing
You can install jasmine-splinter-runner using pip:
$ [sudo] pip install jasmine-splinter-runner
Using
After install it, all you need to do is run the command jasmine-splinter in your terminal:
$ jasmine-splinter URI
Where URI can be a file path (ex: ../runner.html) or an URL (http://localhost/runner.html).
You can use some options:
-b BROWSER_DRIVER, --browser-driver=BROWSER_DRIVER splinter browser driver (check splinter docs for available drivers)
By default this command will look for a file called SpecRunner.html and run these specs.
Development
- source hosted at github.
- report issues on github issues.