@@ -65,6 +65,7 @@ Launch a Postman collection of requests to test your API using [newman](https://
| ---- | ----------- | ------- |
| `NEWMAN_COLLECTION`<imgwidth=100/> | Name of the Postman collection <imgwidth=175/> | `postman_collection.json`<imgwidth=100/> |
| `NEWMAN_GLOBALS_FILE` | Name of the Postman globals file for [variables](https://learning.postman.com/docs/sending-requests/variables/) | ` ` |
| `NEWMAN_ENVIRONMENT_FILE` | Name of the Postman environment file for variables | ` ` |
| `NEWMAN_ADDITIONAL_OPTIONS` | Other [options](https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/) you may want to use with Newman | ` ` |
| `NEWMAN_FAIL_ON_ERROR` | Fail job on a request/test error | `true` |
| `NEWMAN_ITERATIONS_NUMBER` | Number of Newman iterations to run (see [documentation](https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/#misc)) | `2` |