- UI Testing with Playwright (Login, Form Validation, Navigation)
- API Testing with Playwright
- Page Object Model (POM) for maintainability
- CI/CD with GitHub Actions
npm install
npx playwright test
- GitHub Actions workflow is in
.github/workflows/playwright.yml
- Automatically runs tests on push/pull requests