A maintainable Playwright automation framework for SauceDemo, with agent-assisted QA workflows, typed page objects, lightweight fixtures, and CI quality gates. The goal is not to automate a demo ...
project-root/ ├── .github/ │ └── workflows/ │ └── playwright-tests.yml # GitHub Actions CI pipeline │ ├── config/ │ └── config.js # Framework configuration (URLs, credentials, timeouts) │ ├── pages/ │ ...