Skip to main content

Postman API Regression Testing

This project uses Postman for regression testing API latency, and AI code suggestion quality changes. The tests are run on every push and pull request to the main branch.

To run the tests locally, you will need to have Newman installed. You can install it with npm:

npm install -g newman

Then, you can run the tests with the following command:

make test