This project demonstrates the automation of test cases for a web application and RESTFUL APIs. The tests are written python.
- Pytest
- Selenium for testing web UI
To run this project. You should have below set up in the machine from where you're triggering these tests.
- Python3
- Selenium package.
- Browser compatible web drivers. You can use https://www.selenium.dev/documentation/en/webdriver/driver_requirements/#quick-reference to download the correct versions of web drivers.
Use commands like pytest -s -k <test name>