playwright-js-framework/ ├── .github/workflows/playwright.yml ├── config/ ├── docs/TestStrategy.md ├── pages/ │ ├── BasePage.js ...
Objective: Build a structured Page Object Model framework for the SauceDemo app, add environment-based config, dynamic test data, and a working GitHub Actions CI/CD pipeline. Tasks: ...