Skip to content

Releases: gwen-interpreter/gwen

3.61.2

20 Jul 06:07
Compare
Choose a tag to compare
  • Update dependencies
    • Update scala from v3.4.1 to v3.4.2
    • Update jline from v3.26.1 to v3.26.3
    • Update commons-codec from v1.17.0 to v1.17.1
    • Update commons-text from v1.11.0 to v1.12.0
    • Update scala-csv from v1.3.10 to v1.4.1
    • Update jackson-databind from v2.17.1 to v2.17.2
    • Update guava from v33.2.0-jre to v33.2.1-jre

3.61.1

09 Jul 07:03
Compare
Choose a tag to compare
  • Use ISO-8859-1 encoding if text files cannot be read using UTF-8

3.61.0

09 Jul 06:35
Compare
Choose a tag to compare
  • Add DSL to read in file using a given character encoding
    • <name> is defined by <encoding> file "<filepath>"

3.60.1

08 Jul 23:45
Compare
Choose a tag to compare
  • Fix gwen.eval.status.message implicit

3.60.0

08 Jul 00:02
Compare
Choose a tag to compare
  • Fix context cloning and Synchronized StepDefs for parallel outline examples
  • Replace flash scope with scope reference
  • Set transparent background on HTML report dropdowns
  • Introduce implicit feature, rule, scenario and StepDef level scopes

3.59.0

03 Jul 01:42
Compare
Choose a tag to compare
  • Introduce Parallel annotation on outline examples
    • Cannot be used in a nested manner (an error will be raised on any such detection)
    • Effective only when Gwen is invoked without the --parallel option (i.e: when no other parallel execution is taking place). It will be implicitly removed otherwise.
  • Added implicit value gwen.feature.language

3.58.2

23 Jun 23:27
Compare
Choose a tag to compare
  • Add implicit values for capturing evaluation duration in seconds
    • gwen.eval.duration.secs - the formatted duration (eg: 23.5)

3.58.1

22 Jun 06:00
Compare
Choose a tag to compare
  • Fix implicit duration values for scenario level state

3.58.0

22 Jun 05:33
Compare
Choose a tag to compare
  • Add implicit values for capturing evaluation duration
    • gwen.eval.duration - the formatted duration (eg: 1s 234ms)
    • gwen.eval.duration.msecs - the duration in milliseconds (eg: 1234)

3.57.1

19 Jun 01:12
Compare
Choose a tag to compare
  • Fix ordering of x is "y" DSL