To run these tests required packages such are Selenium , Pytest along with prior knowledge on PYTHON Programming
We must use pip command to install these packages in your environment Note: To create you enviraonment you must use this command python -m venv venv to activate venv you must cmd venv/scripts/activate
then run the test using pytest as below command
py.test -v -s website.py
To generate html report you must include the below command
py.test -v -s --html=report.html --self-contained-html website.py