Playwright-based REST API test automation project focused on authentication, protected endpoints, data-driven coverage, and negative testing.
- Auth testing (positive/negative):
/auth/login - Token-based authorization testing:
/auth/mewithBearertoken - Products API validation (data-driven tests + basic schema checks)
- Robust assertions for status codes, JSON content type, and response shape
- Playwright (@playwright/test)
- TypeScript
- GitHub Actions CI (runs on every push/PR)
npm ci
npm test
Report
npm run report
Коммит/пуш:
```bash
git add README.md
git commit -m "Improve README for QA automation"
git push