@@ -31,12 +31,11 @@ It uses the following variable:
| `POSTMAN_EXTRA_ARGS` | Newman extra [run options](https://github.com/postmanlabs/newman#command-line-options)(to use global variables, an environment or a data source for e.g.) | _none_ |
| `REVIEW_ENABLED` | Set to `true` to enable Postman tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
### Unit tests report integration
In addition to a textual report in the console, this job produces the following reports, kept for one day:
Postman test reports are [integrated to GitLab by generating JUnit reports](https://docs.gitlab.com/ee/ci/junit_test_reports.html).
This is done using the `newman`[JUnit reporter](https://github.com/postmanlabs/newman#junitxml-reporter)
with the following CLI options: `--reporters cli,junit --reporter-junit-export postman-junit.xml`