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
- Host: GitHub
- URL: https://github.com/doamaral/api-testing-js-supertest-jest
- Owner: doamaral
- Created: 2020-09-24T00:41:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T15:56:30.000Z (over 5 years ago)
- Last Synced: 2025-08-16T17:42:09.960Z (11 months ago)
- Topics: api, javascript, jest, rest, supertest, testing
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://github.com/PauloGoncalvesBH/ServeRest/)
## References
- [Testing http apis supertest](https://rollout.io/blog/testing-http-apis-supertest/)