project-root/ ├── .github/ │ └── workflows/ │ └── playwright-tests.yml # GitHub Actions CI pipeline │ ├── config/ │ └── config.js # Framework configuration (URLs, credentials, timeouts) │ ├── pages ...
A comprehensive pytest-based API and UI testing framework with advanced features including authentication, token refresh, Playwright UI automation, allure reporting, and schema validation.