- Open Terminal
- Go to project location
- Enter
pytest
and hit enter key
- Open Terminal
- Go to project location
- Enter
pytest -sv --capture=sys
and hit enter key
- Open Terminal
- Go to project location
- Enter
pytest -sv --capture=sys --html=report.html
and hit enter key