Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 604 Bytes

File metadata and controls

12 lines (10 loc) · 604 Bytes

Pactum JS suite for api testing

Setup

Run tests

  • Run all tests in uncommited files: PROFILE=<env_name> npm run git
  • Run all tests in a particular file: PROFILE=<env_name> FILE=<file_name> npm run test
  • Run specific tags in a file: PROFILE=<env_name> FILE=<file_name> npm run test -- -t @<tag>