@@ -31,9 +31,11 @@ It uses the following variable:
| `PUPPETEER_TEST_EXTRA_ARGS` | Testing framework extra options based on [Jest](https://jestjs.io/docs/en/cli) | _none_ |
| `REVIEW_ENABLED` | Set to `true` to enable Puppeteer 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:
Puppeteer test reports are [integrated to Gitlab by generating JUnit reports](https://docs.gitlab.com/ee/ci/junit_test_reports.html).