anthonyvscode/Newman CLI (Postman) Action
Runner for Postman Collections using Newman CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | Postman API key | no | — |
| collection | Collection to use | yes | — |
| environment | Environment to use | no | — |
| globals | Globals to use | no | — |
| iterationCount | Number of iterations to run on the collection | no | 1 |
| iterationData | Path to CSV or JSON data file | no | — |
| folder | Name/ID of folders to run instead of entire collection | no | — |
| workingDir | Path to be used as working directory | no | — |
| insecureFileRead | Allow reading files outside of working directory | no | true |
| timeout | Time to wait for the collection run to complete | no | — |
| timeoutRequest | Time to wait for scripts to return a response | no | — |
| timeoutScript | Time to wait for scripts to return a response | no | — |
| delayRequest | Time to wait between subsequent requests | no | 0 |
| ignoreRedirects | Follow 3xx responses | no | — |
| insecure | Disable SSL verification and allow self-signed SSL | no | false |
| bail | Stop collection run gracefully on error | no | false |
| suppressExitCode | Always exit cleanly. This will always ensure that it will pass in the Github action even if a test case fails. | no | false |
| reporters | Reporter to use | no | — |
| reporter | Reporter options | no | — |
| color | Modify colored CLI output | no | auto |
| sslClientCert | Path to public client certificate | no | — |
| sslClientKey | Path to secret client key file | no | — |
| sslClientPassphrase | Secret client key passphrase | no | — |
Outputs
| name | description |
|---|---|
| summary | Condensed summmary object in json format |
| summary_full | Full summmary object in json format |