Commit 0338776f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add BRU_BASE_URL doc

parent 31b6cec1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ It uses the following variable:
| ----------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| `BRU_IMAGE`       | The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/cli/overview.html).                             | `registry.hub.docker.com/library/node:latest` |
| `BRU_COLLECTIONS` | The matcher to select Bruno collection directory(ies) to run.                                                          | `bruno`                                       |
| `BRU_BASE_URL`    | Explicit base url environment to test.<br/>_Auto-evaluated by default ([see below chapter](#base-url-auto-evaluation))._ | _none_ (auto-evaluated)                             |
| `BRU_EXTRA_ARGS`  | Bruno extra [run options](https://docs.usebruno.com/cli/overview.html#options)                                         | _none_                                        |
| `REVIEW_ENABLED`  | Set to `true` to enable Bruno tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled)                             |

+6 −0
Original line number Diff line number Diff line
@@ -15,6 +15,12 @@
      "description": "The matcher to select Bruno collection directory(ies) to run",
      "default": "bruno"
    },
    {
      "name": "BRU_BASE_URL",
      "description": "Explicit base url environment to test.\n\n_Auto-evaluated by default._",
      "type": "url",
      "advanced": true
    },
    {
      "name": "BRU_EXTRA_ARGS",
      "description": "Bruno extra [run options](https://docs.usebruno.com/cli/overview.html#options)",