Open Terminal:
git clone git@github.com:Ehasn-testlab/selenium-python.git
python3 -m venv venv
source venv/bin/activate
pip install selenium webdriver-manager
pip install pytest
pip install pytest-html
pip install pytest-dependency
pip install pytest-order
In Terminal: To run a specific file
pytest <file_name> --html=reports/report.html --self-contained-html
In Terminal: To run a all testcases
pytest --html=reports/report.html --self-contained-html