mirror of
https://github.com/treyturner/supertest-examples.git
synced 2026-06-12 18:59:30 -05:00
I experiment with Supertest against some public APIs.
- JavaScript 100%
| lib | ||
| specs | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
supertest-examples
In this space, I experiment with Supertest against some public APIs.
Requirements
Getting Started
To run tests:
npm install
npm test
TODOs
- Finish testing restful-booker
- Setup some useful reporting
- Discover other interesting APIs to test from this list
Suggestions & Requests
Have a suggestion for a public API to test, or want to request a test for a specific feature or scenario? Feel free to raise an issue on GitHub.