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

https://github.com/prashanth-sams/javascript-api-test

Basic API testing boilerplate project based on JavaScript
https://github.com/prashanth-sams/javascript-api-test

api api-testing-framework automation-framework automation-test framework mocha postman postman-collection supertest testing

Last synced: 6 months ago
JSON representation

Basic API testing boilerplate project based on JavaScript

Awesome Lists containing this project

README

          

# API Test
> Basic API testing boilerplate project based on JavaScript

### Test Runner

1. Execute Postman collections
```
npm install -g newman
newman run test.postman_collection.json --suppress-exit-code 1
```

2. Execute Supertest

```
npm install
npm test
```