/newman-wrapper

A wrapper to inject config values postman environment variables

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Build Status

newman-wrapper

A wrapper to inject config values postman environment variables

To update environment variables

npx newman-wrapper "env.json" "key" "value"

or

node ./node_modules/.bin/newman-wrapper "env.json" "key" "value"