matt-ball/Newman Action
Run Postman collections via Newman
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | Postman API key | — | — |
| collection | Collection to use | yes | — |
| environment | Environment to use | — | — |
| envVar | Environment variables | — | — |
| globals | Globals to use | — | — |
| globalVar | Global variables | — | — |
| iterationCount | Number of iterations to run on the collection | — | — |
| iterationData | Path to CSV or JSON data file | — | — |
| folder | Name/ID of folders to run instead of entire collection | — | — |
| workingDir | Path to be used as working directory | — | — |
| insecureFileRead | Allow reading files outside of working directory | — | — |
| timeout | Time to wait for the collection run to complete | — | — |
| timeoutRequest | Time to wait for scripts to return a response | — | — |
| timeoutScript | Time to wait for scripts to return a response | — | — |
| delayRequest | Time to wait between subsequent requests | — | — |
| ignoreRedirects | Follow 3xx responses | — | — |
| insecure | Disable SSL verification and allow self-signed SSL | — | — |
| bail | Stop collection run gracefully on error | — | — |
| suppressExitCode | Always exit cleanly | — | — |
| reporters | Reporter to use | — | ["cli"] |
| reporter | Reporter options | — | — |
| color | Modify colored CLI output | — | — |
| sslClientCert | Path to public client certificate | — | — |
| sslClientKey | Path to secret client key file | — | — |
| sslClientPassphrase | Secret client key passphrase | — | — |
| sslClientCertList | The path to the client certificate configuration list file. | — | — |
| sslExtraCaCerts | The path to the file, that holds one or more trusted CA certificates in PEM format. | — | — |
| requestAgents | Specify the custom requesting agents to be used when performing HTTP and HTTPS requests respectively. | — | — |
| cookieJar | Pass a CookieJar file path as string to this property that will be deserialized using tough-cookie. | — | — |
Outputs
no outputs