veerNeti / postmanAutomation

Mtier or API automation using postman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

various npm command

Getting Started with Angular

command explanation
node --version Check Node version installed
npm --version check npm version installed
ng --version check Angular CLI version
npm init --yes created package.json

Key packages

command explanation
- g global
- i local to the folder
npm install --save-dev newman install newman and save to dev dep
npm install --save-dev newman-reporter-htmlextra install htmlExtra reportor and save to dev dep
npm install --save-dev newman-reporter-html install html reportor and save to dev dep
npm install --save-dev newman-reporter-confluence install confluence reportor and save to dev dep
npm run test Run all Test scripts

API documentation reference

Run Test

  • npm run test