All projects
Project

playwright-APITesting

This API testing framework serves as a well-structured and intuitive boilerplate. It not only demonstrates best practices but also embodies reliability, enabling the creation of automated test suites with confidence.

View on GitHub
TypeScript 13 3

Introduction: This API testing framework serves as a well-structured and intuitive boilerplate. It not only demonstrates best practices but also embodies reliability, enabling the creation of automated test suites with confidence. Further details check out my medium blog post here

Installation:

To set up this framework, you can use the following commands:

npm ci

Execution:

To run your automated tests, use the following command:

npm run test