Skip to content

dilankadias/Playwright-automation

Repository files navigation

Playwright Automation

This project contains a minimal Playwright Test setup.

Quick start:

cd "Playwright Automation"
npm install
npx playwright install
npm test

Useful npm scripts:

  • npm test — run Playwright tests headless
  • npm run test:headed — run tests in headed mode
  • npm run test:debug — run tests in debug mode

About

I built a Playwright automation framework with TypeScript for Classifiedy.com. I automated end-to-end user flows like login, logout, SEARCH and UI validation. It supports cross-browser testing, HTML/JUnit reporting, screenshots, video, and trace on failure, following scalable and maintainable QA best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors