Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cobrateam/jasmine-splinter-runner

a jasmine runner based on splinter
https://github.com/cobrateam/jasmine-splinter-runner

Last synced: 3 days ago
JSON representation

a jasmine runner based on splinter

Awesome Lists containing this project

README

        

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

* source hosted at `github `_.
* report issues on `github issues `_.