Public learning repository for Playwright automation with JavaScript.
This repository is part of my QA portfolio and is kept public-safe: no private systems, no credentials, no company endpoints and no customer data.
- Playwright web automation
- JavaScript test structure
- Smoke and regression checks
- Locator strategy
- Screenshot and trace evidence
- CI-ready test thinking
Full public showcase: https://github.com/wisePaulo/qa-automation-showcase
Live site: https://wisepaulo.github.io/qa-automation-showcase/
tests/public-portfolio.spec.js demonstrates a fictional QA checklist using page.setContent, so it can run without accessing real systems.
npm install
npx playwright install
npm testAll examples must use fictional data, public demo pages or inline HTML. Do not commit credentials, internal URLs, private screenshots, logs or employer-specific implementation details.