@@ -34,7 +34,7 @@ It uses the following variables:
| `K6_IMAGE` | The Docker image used to run k6 | `loadimpact/k6:latest` |
| `K6_TESTS_DIR` | The k6 tests directory | `k6` |
| `K6_EXTRA_ARGS` | k6 extra [command-line](https://k6.io/docs/getting-started/running-k6) | _none_ |
| `REVIEW_ENABLED` | Set to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |
| `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |