Enterprise-ready Playwright automation framework built from scratch using JavaScript/TypeScript. Supports UI, API, and performance smoke testing with a Shift Left approach and CI/CD-ready execution.
project-root/ ├── .github/ │ └── workflows/ │ └── playwright-tests.yml # GitHub Actions CI pipeline │ ├── config/ │ └── config.js # Framework configuration (URLs, credentials, timeouts) │ ├── pages ...