Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 588 Bytes

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