Skip to content

Releases: gwen-interpreter/gwen

3.53.1

14 Apr 23:10
Compare
Choose a tag to compare
  • Fix alignment of Message annotations in formatter to cater for step level tags

3.53.0

14 Apr 07:17
Compare
Choose a tag to compare
  • Add Trim and IgnoreCase annotations to support trimming and ignoring case in match DSLs

3.52.2

08 Apr 12:09
Compare
Choose a tag to compare
  • Do not accumulate errors raised in an active @Try scope or a disabled step

3.52.1

08 Apr 05:22
Compare
Choose a tag to compare
  • Do not accumulate errors raised in @Try steps

3.52.0

06 Apr 04:52
Compare
Choose a tag to compare
  • 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"]
        

3.51.11

03 Apr 00:47
Compare
Choose a tag to compare
  • Bind first record of input data file when launching Gwen in REPL mode

3.51.10

22 Mar 00:58
Compare
Choose a tag to compare
  • Fix data feeds to cater for multiline data

3.51.9

11 Mar 01:35
Compare
Choose a tag to compare
  • Update build tooling

3.51.8

11 Mar 01:07
Compare
Choose a tag to compare
  • 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

3.51.7

06 Mar 01:33
Compare
Choose a tag to compare
  • Include sustained errors in HTML summary report