Skip to content

wisePaulo/Playwright

Repository files navigation

Playwright QA Automation Practice

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.

Focus

  • Playwright web automation
  • JavaScript test structure
  • Smoke and regression checks
  • Locator strategy
  • Screenshot and trace evidence
  • CI-ready test thinking

Portfolio Link

Full public showcase: https://github.com/wisePaulo/qa-automation-showcase
Live site: https://wisepaulo.github.io/qa-automation-showcase/

Example Public Test

tests/public-portfolio.spec.js demonstrates a fictional QA checklist using page.setContent, so it can run without accessing real systems.

Run

npm install
npx playwright install
npm test

Public-Safe Policy

All 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.

About

Public Playwright QA automation practice with JavaScript, smoke checks and evidence notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors