Skip to content

cobrateam/jasmine-splinter-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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