- Depends on pytest-playwright
- pip install pytest-playwright
-
- install playwright
https://playwright.dev/python/docs/intro
- Example of a page object like format, using files instead of classes
This test is uses files to group the pages without the class structure.
Can be found here: https://github.com/cmoir/playwright_pytest_bdd_example