python version: Python 3.8.10 Install pytest: Current particular version (pytest 8.3.2) selenium version: selenium 4.23.1 How to run the tests: pytest <test_file.py> --html=<name_of_report_html> EX: pytest test_useCase.py --html=report.html
python --version
pip install selenium
pip show selenium
pip install -U pytest
#for Windows -> pytest #pip3 install pytest
pytest --version
pip install pytest-html