Closed as not planned
Closed as not planned
Description
Your question
Hi!
I'm practicing playwright/pytest.
I wonder what would be the best practices for:
- Implementing page-objects as PyTest fixtures?
- Implementing async methods within page objects files.
- Using the page object fixures in the test files themselves.
This is the high-level structure of my project:
PROJECT
│ README.md
│
└───src
│
├───infra
│ │ init.py
│ │
│ └───page_objects
│ └───login
│ │ login_page.py
│
└───tests
└───sanity_tests
│ test_login.py