This is a simple project to demostrate the Page Object Model implementation with Pytest for Web UI validation testing.
Pytest
python -m pip install pytest
Selenium
python -m pip install selenium
To run this project you could clone this repo and run this command:
pytest test_validation.py
For more detail about the creation of this project and about the Page Object Model itself, you could read this medium story