Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dwoz/pytest-jasmine

Run jasmine tests from pytest with selenium and report the results
https://github.com/dwoz/pytest-jasmine

jasmine pytest-plugin python testing

Last synced: about 1 month ago
JSON representation

Run jasmine tests from pytest with selenium and report the results

Awesome Lists containing this project

README

        

# pytest-jasmine
Run jasmine tests from pytest with selenium and report the results

Usage
```
From pytest_jasmine import Jasmine

jasmine = Jasmine('path/to/spec.html')
```

Invocation
```
pytest --with-jasmine
```