Welcome to the Chakram NodeJS Web Services Test Automation Framework - lkkushan101/Chakram_NodeJS_Framework GitHub Wiki
Welcome to the Chakram NodeJS Web Services Test Automation Framework Pre-requisites
- Node JS - https://nodejs.org/dist/v10.14.2/node-v10.14.2-x64.msi
- Install Chakram - npm install --save-dev chakram
- Install Mocha - npm install -g mocha
- Install Mocha Allure - Plugin - npm install mocha-allure-reporter
Features -
- Reusable Web Services Request - Get/Post/Delete/Put
- Allure reporting
- JSON Data driven
- Mocha framework supported
How to run
- Go to command prompt
- Go to the directory you have pulled the code
- Type mocha TestCase.js --reporter mocha-allure-reporter in command prompt
Happy Testing