- 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 pytestand hit enter key
- Open Terminal
- Go to project location
- Enter pytest -sv --capture=sysand hit enter key
- Open Terminal
- Go to project location
- Enter pytest -sv --capture=sys --html=report.htmland hit enter key
