Postman-CI集成Jenkins
Usage: newmanOptions:
-h, --help output usage information
-V, --version output the version number
-c, --collection Specify a Postman collection as a JSON
-u, --url Specify a Postman collection as a
-f, --folder Run a single folder from a collection. To be used with -c or -u
-e, --environment Specify a Postman environment as a JSON
-E, --exportEnvironment Specify an output file to dump the Postman environment before exiting
-d, --data Specify a data file to use either json or csv
-g, --global Specify a Postman globals file
-G, --exportGlobals Specify an output file to dump Globals before exiting
-y, --delay Specify a delay (in ms) between requests
-r, --requestTimeout Specify a request timeout (in ms) for requests
-R, --avoidRedirects Prevents Newman from automatically following redirects
-s, --stopOnError Stops the runner with code=1 when a test case fails
-j, --noSummary Doesn't show the summary for each iteration
-n, --number Define the number of iterations to run
-C, --noColor Disable colored output
-k, --insecure Disable strict ssl
-l, --tls Use TLSv1
-N, --encoding Specify an encoding for the response. Supported values are ascii,utf8,utf16le,ucs2,base64,binary,hex
-x, --exitCode Continue running tests even after a failure, but exit with code=1. Incompatible with --stopOnError
-o, --outputFile Path to file where output should be written
-O, --outputFileVerbose Path to file where full request and responses should be logged
-t, --testReportFile Path to file where results should be written as JUnit XML
-i, --import Import a Postman backup file, and save collections, environments, and globals (Incompatible with any option except pretty)
-p, --pretty Enable pretty-print while saving imported collections, environments, and globals
-H, --html Export a HTML report to a specified file
-W, --whiteScreen Black text for white screen
-L, --recurseLimit Do not run recursive resolution more than times. Default = 10. Using 0 will prevent any varialbe resolution
Newman is a command-line collection runner for Postman. You must specify a collection file or a collection URL to run newman
A collection file or URL is mandatory
Examples:
newman -c POSTMAN_COLLECTION
newman -u POSTMAN_COLLECTION -e POSTMAN_ENVIRONMENT
newman -c POSTMAN_COLLECTION -f SAMPLE_FOLDER
For more documentation, issues and examples head over to https://github.com/postmanlabs/newman
页:
[1]