Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 998 Bytes

README.rst

File metadata and controls

34 lines (20 loc) · 998 Bytes

jasmine-splinter-runner

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