- Depends on pytest-playwright
- pip install pytest-playwright
- install playwright
https://playwright.dev/python/docs/intro
This test is using a standard page object model, where the selectors and functions are group inside a class.
Alternative format that uses files instead of objects to group the pages can be found here