https://github.com/pomidorum1989/python-pytest-selenium
Basic framework for pytest+selenium
https://github.com/pomidorum1989/python-pytest-selenium
automation pytest python selenium
Last synced: about 2 months ago
JSON representation
Basic framework for pytest+selenium
- Host: GitHub
- URL: https://github.com/pomidorum1989/python-pytest-selenium
- Owner: pomidorum1989
- Created: 2024-06-27T03:22:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T20:28:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T05:18:07.164Z (about 1 year ago)
- Topics: automation, pytest, python, selenium
- Language: Python
- Homepage: https://www.saucedemo.com/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running the PyTest Suite
To run the PyTest suite and generate an HTML report, use the following command:
```sh
python -m pytest tests/ -v --html=reports/test_report.html --self-contained-html --maxfail=2 -n=6 --quiet