Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ It uses the following variable: | Input / Variable | Description | Default value | | --------------------- | ---------------------------------------- | ----------------- | | `image` / `HURL_IMAGE` | The Docker image used to run Hurl. | `ghcr.io/orange-opensource/hurl:latest` | | `test-files` / `HURL_TEST_FILES` | The Hurl test files to run | `hurl/*.hurl` | | `test-files` / `HURL_TEST_FILES` | The Hurl test files to run | `--glob **/*.hurl` | | `extra-args` / `HURL_EXTRA_ARGS` | Hurl extra [run options](https://hurl.dev/docs/manual.html#options) | _none_ | | `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Hurl tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) | Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ { "name": "HURL_TEST_FILES", "description": "The Hurl test files to run", "default": "hurl/*.hurl" "default": "--glob **/*.hurl" }, { "name": "HURL_EXTRA_ARGS", Loading templates/gitlab-ci-hurl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ spec: default: ghcr.io/orange-opensource/hurl:latest test-files: description: The Hurl test files to run default: hurl/*.hurl default: --glob **/*.hurl extra-args: description: Hurl extra [run options](https://hurl.dev/docs/manual.html#options) default: '' Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ It uses the following variable: | Input / Variable | Description | Default value | | --------------------- | ---------------------------------------- | ----------------- | | `image` / `HURL_IMAGE` | The Docker image used to run Hurl. | `ghcr.io/orange-opensource/hurl:latest` | | `test-files` / `HURL_TEST_FILES` | The Hurl test files to run | `hurl/*.hurl` | | `test-files` / `HURL_TEST_FILES` | The Hurl test files to run | `--glob **/*.hurl` | | `extra-args` / `HURL_EXTRA_ARGS` | Hurl extra [run options](https://hurl.dev/docs/manual.html#options) | _none_ | | `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Hurl tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) | Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ { "name": "HURL_TEST_FILES", "description": "The Hurl test files to run", "default": "hurl/*.hurl" "default": "--glob **/*.hurl" }, { "name": "HURL_EXTRA_ARGS", Loading
templates/gitlab-ci-hurl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ spec: default: ghcr.io/orange-opensource/hurl:latest test-files: description: The Hurl test files to run default: hurl/*.hurl default: --glob **/*.hurl extra-args: description: Hurl extra [run options](https://hurl.dev/docs/manual.html#options) default: '' Loading