Playwright Sample Project

E2E

Lighthouse

Test Services

https://demo.learnwebdriverio.com

Requirements

  • NodeJS
  • GIT

Install project dependencies

npm install

Run E2E Tests

npm run test:e2e

Run Visual Tests

npm run test:visual

Run Accessibility Tests

npm run test:a11y

Run Lighthouse Tests

npm run test:lighthouse

Run API Tests

npm run test:api

Generate HTML Report

npm run html:report