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