- Setup: Run
pip install -r requirements.txtandplaywright install. - Structure: Place Page Objects in
example/library/pageand Actions inexample/library/action. - Coding Standards:
- Use async/await for all IO operations.
- Updates to
framework/core require updatingARCHITECTURE.md.
- Network Latching: When adding new wait logic, ensure it goes through
observer.py. - Performance: Test logic should be compatible with
--turbo(no visual dependency on blocked images).
- Use conventional commits:
feat:,fix:,docs:,chore:.