https://github.com/horike37/serverless-api-integration-test-sample
https://github.com/horike37/serverless-api-integration-test-sample
serverless serverless-framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/horike37/serverless-api-integration-test-sample
- Owner: horike37
- Created: 2017-02-19T14:41:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T08:50:24.000Z (about 9 years ago)
- Last Synced: 2025-03-25T10:51:11.927Z (about 1 year ago)
- Topics: serverless, serverless-framework
- Language: JavaScript
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-api-integration-test-sample
This is a sample project for performing integration test of multiple APIs using Serverless
## Install
```
$ git clone git@github.com:horike37/serverless-api-integration-test-sample.git
$ cd serverless-api-integration-test-sample
$ npm install
```
## Run integration test
```
npm run integration-test
```