cjp-automation
v1.0.51
Published
**User Guide**
Downloads
156
Keywords
Readme
CJP Automation Framework
User Guide
Step 1: In Terminal run "npm init" and complete all data asked for.
Step 2: In package.json copy below and replace scripts. "scripts": { "Test": "cucumber-js Features/Test.feature -f json:./Report/Report.json", "report": "node Report.js", "report_2": "node Report_Junit.js" },
Step 3: To run test script. In Terminal run "npm run Test" To create report. In Terminal run "npm run report"