Hi!
Steps to run the script:
- Pull the code to local repo
- Activate venv for that do - cd repo_location then run command activate.ps1
- run this command to install packages - pip install -r requirements.txt
- add your username and password into utilities/input_data.py
- to run script with less terminal logs - pytest
- run script with more details - pytest -v
- to generate html reports - pytest --html=reports/report.html