Skip to content

pomidorum1989/python-pytest-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the PyTest Suite

To run the PyTest suite and generate an HTML report, use the following command:

python -m pytest tests/ -v --html=reports/test_report.html --self-contained-html --maxfail=2 -n=6 --quiet

Releases

No releases published

Packages

No packages published

Languages