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/
- 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