Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 903 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 903 Bytes

Playwright Starter

🎠 A boilerplate for Test automation, Playwright, Lighthouse, Autocannon, and TypeScript.

GUI Testing

Automated web-based graphical user interface testing:

  • Automation Testing: Playwright
    • Specification: gui/**/*.spec.ts
  • Benchmark Testing: Lighthouse
    • Measurement: gui/**/*.meas.ts

API Testing

Automated application programming interface Testing:

  • Automation Testing: Playwright
    • Specification: api/**/*.spec.ts
  • Benchmark Testing: Autocannon
    • Measurement: api/**/*.meas.ts

Getting Started

Follow steps to execute this boilerplate.

  1. Install dependencies
$ pnpm install
  1. Runs end-to-end tests
$ pnpm e2e