Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cobrateam/jasmine-splinter-runner
- Owner: cobrateam
- Created: 2011-06-21T12:09:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T04:14:46.000Z (over 6 years ago)
- Last Synced: 2024-10-03T11:19:42.816Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 182 KB
- Stars: 12
- Watchers: 15
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
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 `_.