A project designed to automate web application testing using Python and Selenium.
Go to the Directory where requirements.txt is located
source .venv/bin/activate
pip install -r requirements.txt
To run all the tests, run the following command
pytest
To run all specific tests, run the following command
pytest -k "test_login" -s