Shyam-Chen / Playwright-Starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:MIT License


Languages

Language:TypeScript 66.3%Language:Dockerfile 33.7%