🎠 A boilerplate for Test automation, Playwright, Lighthouse, Autocannon, and TypeScript.
Automated web-based graphical user interface testing:
- Automation Testing: Playwright
- Specification:
gui/**/*.spec.ts
- Specification:
- Benchmark Testing: Lighthouse
- Measurement:
gui/**/*.meas.ts
- Measurement:
Automated application programming interface Testing:
- Automation Testing: Playwright
- Specification:
api/**/*.spec.ts
- Specification:
- Benchmark Testing: Autocannon
- Measurement:
api/**/*.meas.ts
- Measurement:
Follow steps to execute this boilerplate.
- Install dependencies
$ pnpm install
- Runs end-to-end tests
$ pnpm e2e