- Download and install Python:
- Download and install any Text Editor like Visual Code/Sublime/Brackets
- Clone the repository into a folder
- Go to Project root directory and install Dependency:
pip install -r requirements.txt
- All the dependencies from requirements.txt will be installed.
- 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