Skip to content

Shyam-Chen/Playwright-Starter

Repository files navigation

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

About

⛳ A boilerplate for Test Automation with Playwright, Lighthouse, and Autocannon.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published