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

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

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
```