This is a test-ware for evaluation of the PactumJS with Cucumber and Mocha.
- Node.js LTS
Framework | URL | Description |
---|---|---|
PactumJs | https://pactumjs.github.io/#/ | REST API Testing Tool for all levels in a Test Pyramid |
Mocha | https://mochajs.org/ | JavaScript test framework running on Node.js |
Cucumber | https://cucumber.io/docs/installation/javascript/ | A tool that supports Behaviour-Driven Development(BDD) |
The implemented test cases can be found in TESTCASES_API.md.
npm install
Execute tests using Cucumber:
npm run test:cucumber
Execute tests using Mocha:
npm run test:mocha