Skip to content

cobrateam/jasmine-splinter-runner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

About

a jasmine runner based on splinter

Resources

Stars

Watchers

Forks

Packages

No packages published