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

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 2 months 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
```