Steps to set up and run postman collections
Node
version > 10 should be present (to check runnode -v
).NPM
should be installed within the system (to check runnpm -v
).
- Clone project.
- Create a report directory (run
mkdir report
from your bash / zsh). - Run
npm install
to install all dependencies. - Export collection from postman to
app/collection
. - Run
npm run apitest
to execute collection.