Getting Started with Angular
- Refer the URL: [https://www.npmjs.com/package/newman]
- node --version
- npm --version
-
- g - global
- i - local to the folder
- ng --version
- npm init --yes [created package.json]
Key packages
- npm install --save-dev newman
- npm install --save-dev newman-reporter-htmlextra
- npm install --save-dev newman-reporter-html
- npm install --save-dev newman-reporter-confluence
API documentation reference
Run Test
- npm run test