Skip to content
/ pw-api Public

Example of API endpoint testing with Playwright, TypeScript, Fixtures & Playwright reporter.

Notifications You must be signed in to change notification settings

jeanljh/pw-api

Repository files navigation

pw-api

test

Example of test automation framework design for API endpoint testing with Playwright, TypeScript, Fixtures & Playwright reporter.

CI integration with GitHub Actions and GitHub Pages to publish the generated HTML report.

GitHub page to view test report: https://jeanljh.github.io/pw-api/

⚙Setup

  • Clone this repository: git clone [email protected]:jeanljh/pw-api.git
  • Install dependencies: npm i
  • Run tests: npm run test
  • Open test report: npm run report

📖Documentation

Playwright doc

About

Example of API endpoint testing with Playwright, TypeScript, Fixtures & Playwright reporter.

Resources

Stars

Watchers

Forks