Releases: gwen-interpreter/gwen
Releases · gwen-interpreter/gwen
3.53.1
3.53.0
3.52.2
3.52.1
3.52.0
- Add accumulated errors and asserts
- Add DSL
I reset accumulated errors
to reset (clear) any currently accumulated errors and demarcate a boundary for new ones - Add DSL
there should be no accumulated errors
- When called after a series of failed soft or sustained assertions, will raise an error containing all accumulated failure messages
- Accumulated error messages can also be referenced throughout specifications as:
${gwen.accumulated.errors}
- A numbered list of accumulated errors, example:2 errors: (1) x should not be blank (2) y should be true but got false
${gwen.accumulated.errors:JSONArray}
- A JSON array of accumulated errors, example:["x should be blank", "y should not be true but got false"]
- Add DSL
3.51.11
3.51.10
3.51.9
3.51.8
- Update library dependencies
- Update gherkin from v27.0.0 to v28.0.0
- Update log4j-slf4j-impl from v2.22.1 to v2.23.0
- Update commons-codec from v1.16.0 to v1.16.1
- Update commons-model from v5.11.0 to 5.11.1
- Update client-java from v5.2.2 to v5.2.5
- Update scala from v3.3.1 to v3.4.0