We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a4a4e commit 9350344Copy full SHA for 9350344
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
9
## [Unreleased]
10
+### Changed
11
+- Updates the BATS shell test image to 1.12 which supports the `--report-formatter` switch
12
13
## [4.2.0](https://github.com/cloudogu/ces-build-lib/releases/tag/4.2.0) - 2025-04-02
14
### Changed
src/com/cloudogu/ces/cesbuildlib/Bats.groovy
@@ -13,7 +13,7 @@ class Bats {
def defaultSetupConfig = [
bats_base_image : "bats/bats",
15
bats_custom_image: "cloudogu/bats",
16
- bats_tag : "1.2.1"
+ bats_tag : "1.12.0"
17
]
18
19
Bats(script, docker) {
0 commit comments