This is a demo of writing end-to-end tests using Playwright for Python and the Pytest test-runner.
Highlights:
- Using Web-First Assertions (retry until condition is met)
- Using the official Pytest plugin for Playwright
- Enabled Playwright Tracing with retain-on-failure mode
- Running tests on GitHub Actions