This project is a sample QA Portfolio for Junior / Entry-Level Test Automation Engineer roles.
It demonstrates both manual and automated testing fundamentals using modern tools.
- UI Tests (Playwright + TypeScript):
Login and product listing flows on SauceDemo - API Tests (ReqRes):
Public test API ReqRes with GET, POST, and negative scenarios. - Manual Test Cases:
Included intest-cases.md - CI/CD:
Automated test runs on every push via GitHub Actions. - HTML Report:
Playwright's built-in HTML report for visual test results.
npm install
npx playwright install --with-deps
npm test
npx playwright show-report
[](https://github.com/iamsenanur/qa-practice-playwright-ts/actions/workflows/ci.yml)