Commit 3571792c authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'renovate/to-be-continuous-semantic-release-3.x' into 'master'

chore(deps): update dependency to-be-continuous/semantic-release to v3.8.2

See merge request to-be-continuous/bruno!9
parents f01e472b 98cb9509
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ include:
    ref: '3.4.0'
    file: '/templates/gitlab-ci-bash.yml'
  - project: 'to-be-continuous/semantic-release'
    ref: '3.8.0'
    ref: '3.8.2'
    file: '/templates/gitlab-ci-semrel.yml'    

stages:
+4 −4
Original line number Diff line number Diff line
@@ -44,21 +44,21 @@ It uses the following variable:

| Input / Variable | Description                                                                                                            | Default value                                 |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| `image` / `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` |
| `image` / `BRU_IMAGE` | The Docker image used to run the [Bruno CLI](https://docs.usebruno.com/bru-cli/overview).                             | `registry.hub.docker.com/library/node:latest` |
| `collections` / `BRU_COLLECTIONS` | The matcher to select Bruno collection directory(ies) to run.                                                          | `bruno`                                       |
| `base-url` / `BRU_BASE_URL` | Explicit base url environment to test.<br/>_Auto-evaluated by default ([see below chapter](#base-url-auto-evaluation))._ | _none_ (auto-evaluated)                             |
| `extra-args` / `BRU_EXTRA_ARGS` | Bruno extra [run options](https://docs.usebruno.com/cli/overview.html#options)                                         | _none_                                        |
| `extra-args` / `BRU_EXTRA_ARGS` | Bruno extra [run options](https://docs.usebruno.com/bru-cli/overview#options)                                         | _none_                                        |
| `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable Bruno tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled)                             |

In addition to a textual report in the console, this job produces the following reports, kept for one day:

| Report                      | Format                                                                      | Usage                                                                                                 |
| --------------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `reports/bruno-*.xunit.xml` | [junit](https://docs.usebruno.com/cli/overview.html#options) test report(s) | [GitLab integration](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit) |
| `reports/bruno-*.xunit.xml` | [junit](https://docs.usebruno.com/bru-cli/overview#options) test report(s) | [GitLab integration](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit) |

### base url auto evaluation

By default, the Bruno template tries to auto-evaluate a [{{base_url}} variable](https://docs.usebruno.com/scripting/vars.html)
By default, the Bruno template tries to auto-evaluate a [{{base_url}} variable](https://docs.usebruno.com/scripting/vars)
(i.e. the variable pointing at server under test) by looking either for a `$environment_url` variable or for an
`environment_url.txt` file.