Pactum API Test Automation Suite
- NodeJS
- NPM
Clone the repository & install dependencies
$ git clone
$ cd api-automation-pactum
$ npm install
- test: Test files which include the actual tests.
- test/schema: Schema files that are used for validation in the tests.
npm test
examples
npm run test --spec test/createBooking.js
npm run test --spec test/updateBooking.js