Skip to content

Commit 1f15f1e

Browse files
committed
Add missing JvmStatus.ambiguous
1 parent 2170590 commit 1f15f1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
### Fixed
10+
- Add missing `JvmStatus.ambiguous`
911

1012
## [0.2.2] - 2025-09-03
1113
### Fixed

schemas/cucumber-jvm.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,11 @@
281281
"JvmStatus": {
282282
"enum": [
283283
"passed",
284-
"failed",
285284
"skipped",
285+
"pending",
286286
"undefined",
287-
"pending"
287+
"ambiguous",
288+
"failed"
288289
],
289290
"type": "string"
290291
},

0 commit comments

Comments
 (0)