Last active
July 3, 2020 10:14
-
-
Save velotiotech/44163d01bd4f893a0ef5c937f99533b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ newman run -h | |
Options - Additional args: | |
Utility: | |
-h, --help output usage information | |
-v, --version output the version number | |
Basic setup: | |
--folder [folderName] Specify a single folder to run from a collection. | |
-e, --environment [file|URL] Specify a Postman environment as a JSON [file] | |
-d, --data [file] Specify a data file to use either json or csv | |
-g, --global [file] Specify a Postman globals file as JSON [file] | |
-n, --iteration-count [number] Define the number of iterations to run | |
Request options: | |
--delay-request [number] Specify a delay (in ms) between requests [number] --timeout-request [number] Specify a request timeout (in ms) for a request | |
Misc.: | |
--bail Stops the runner when a test case fails | |
--silent Disable terminal output --no-color Disable colored output | |
-k, --insecure Disable strict ssl | |
-x, --suppress-exit-code Continue running tests even after a failure, but exit with code=0 | |
--ignore-redirects Disable automatic following of 3XX responses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment