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.
JvmStatus.ambiguous
1 parent 2170590 commit 1f15f1eCopy full SHA for 1f15f1e
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
+### Fixed
10
+- Add missing `JvmStatus.ambiguous`
11
12
## [0.2.2] - 2025-09-03
13
### Fixed
schemas/cucumber-jvm.json
@@ -281,10 +281,11 @@
281
"JvmStatus": {
282
"enum": [
283
"passed",
284
- "failed",
285
"skipped",
+ "pending",
286
"undefined",
287
- "pending"
+ "ambiguous",
288
+ "failed"
289
],
290
"type": "string"
291
},
0 commit comments