Skip to content

Basic API testing boilerplate project based on JavaScript

Notifications You must be signed in to change notification settings

prashanth-sams/javascript-api-test

Repository files navigation

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