An open API service indexing awesome lists of open source software.

https://github.com/doamaral/api-testing-js-supertest-jest

REST API tests using Javascript, Supertest to API calls, Jest for running tests and Chai for assertions
https://github.com/doamaral/api-testing-js-supertest-jest

api javascript jest rest supertest testing

Last synced: about 1 month ago
JSON representation

REST API tests using Javascript, Supertest to API calls, Jest for running tests and Chai for assertions

Awesome Lists containing this project

README

          

# REST API testing

api tests using Javascript, Supertest to API calls, Jest for running tests and Chai for assertions

## Running tests
Run `npm test` on CLI

## Using ServeRest

[![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green?style=for-the-badge)](https://github.com/PauloGoncalvesBH/ServeRest/)

## References
- [Testing http apis supertest](https://rollout.io/blog/testing-http-apis-supertest/)