Pytest Selenium Framework Install on virtual environment $ git clone https://github.com/daniel-ob/pytest-selenium-framework.git $ cd pytest-selenium-framework $ python3 -m venv venv $ source venv/bin/activate (venv)$ pip install -r requirements.txt Run tests (venv)$ python -m pytest --html=reports/report.html