Introduction
This is a simple project to demostrate the Page Object Model implementation with Pytest for Web UI validation testing.
Libraries python -m pip install pytest
Selenium python -m pip install selenium
How to
To run this project you could clone this repo and run this command:
pytest test_validation.py
How to smoke test
pytest test_validation.py -m smoke