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
- Host: GitHub
- URL: https://github.com/dwoz/pytest-jasmine
- Owner: dwoz
- Created: 2017-09-11T08:39:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T00:59:43.000Z (over 8 years ago)
- Last Synced: 2025-06-02T05:24:01.740Z (about 1 year ago)
- Topics: jasmine, pytest-plugin, python, testing
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```