Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naodeng/apitest_supertest_examples
a API testing framework DEMO
https://github.com/naodeng/apitest_supertest_examples
Last synced: about 1 month ago
JSON representation
a API testing framework DEMO
- Host: GitHub
- URL: https://github.com/naodeng/apitest_supertest_examples
- Owner: naodeng
- License: mit
- Created: 2021-06-11T08:08:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T08:19:51.000Z (about 1 year ago)
- Last Synced: 2024-03-19T09:55:29.038Z (10 months ago)
- Language: JavaScript
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apitest_supertest_examples
API automation test using supertest and jest
## Preparation
Node.js - brew install nodejs
## Getting Started
Install the modules with: 'npm install'
## Run it
'npm test'