Skip to content

jpott77/api-automation-pactum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Automation with PactumJS

Pactum API Test Automation Suite

Dependencies

  1. NodeJS
  2. NPM

Getting Started

Clone the repository & install dependencies

$ git clone 
$ cd api-automation-pactum
$ npm install

Folder Structure

  • test: Test files which include the actual tests.
  • test/schema: Schema files that are used for validation in the tests.

Execute all tests

npm test

Execute tests by test file

examples

npm run test --spec test/createBooking.js

npm run test --spec test/updateBooking.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published