Skip to content

wandercom/playWrightTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playWrightTest

Small Playwright Test harness containing example TypeScript E2E tests.

Quick start

  1. Install dependencies:
npm install
  1. Install Playwright browsers (required for running tests):
npx playwright install
  1. Run tests:
npm test
# or directly with npx
npx playwright test
  1. Open the HTML report after a run:
npm run test:report
# or
npx playwright show-report

Notes

  • Tests are TypeScript files under tests/ and use @playwright/test (see playwright.config.ts).
  • The Playwright config defines three browser projects (chromium, firefox, webkit) and enables trace: 'on-first-retry'.
  • If you add a local web app, enable webServer or set baseURL in playwright.config.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published