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

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

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