Skip to content

Releases: gwen-interpreter/gwen

1.3.3

25 Jul 12:53
Compare
Choose a tag to compare
  • Expose duration formatter in Predefs object
  • Preserve order of fields when reading CSV data
  • Do not evaluate StepDef if calling step fails interpolation
  • See also: change log

1.3.2

18 Jul 11:21
Compare
Choose a tag to compare
  • Fix version hyperlink in report
  • Update scala version from 2.11.7 to 2.11.8
  • See also: change log

1.3.1

15 Jul 13:28
Compare
Choose a tag to compare
  • Wrap list of meta that is displayed in HTML detail reports with a
    collapsable container that is hidden by default and can be expanded when
    user clicks the 'no of meta files' hyperlink.
  • Link version number in report to release notes
  • See also: change log

1.3.0

21 Jun 09:38
Compare
Choose a tag to compare
  • Enhancement #21: Implemented ability to discover multiple meta files in directories
    instead of just one
  • Enhancement #23: Raise ambigious error if a step resolves to more than one StepDef at runtime
  • Bug #24: Change stepdef parameter interpolation for dry run mode so that
    $<name> becomes $[param:name] (otherwise it forever recurses)
  • Enhancement #25: Add support for passing directories to the -m/--meta option instead of
    just files. All meta files within a specified directory will be recursively
    loaded.
  • See also: change log

1.2.1

24 May 10:12
Compare
Choose a tag to compare
  • Issue gwen-interpreter/gwen-web#24
    • Fixed tag filtering to accept tagged features and scenarios that have at
      least one specified include tag and exclude all specified exclude tags. The
      specified include and exclude tags are now partitioned and evaluated
      separately (as per above) instead of being logically ANDed together from
      left to right.
  • Only dump environment on failure when in batch mode
  • See also: change log

1.2.0

12 Apr 14:23
Compare
Choose a tag to compare

1.1.2

29 Mar 15:37
Compare
Choose a tag to compare
  • Prefix all attachment filenames with the sequence counter number
  • See also: change log

1.1.1

05 Mar 23:33
Compare
Choose a tag to compare
  • Return exit code zero when exiting REPL if no feature or meta files
    were passed in
  • See also: change log

1.1.0

29 Feb 11:08
Compare
Choose a tag to compare
  • Added support for configuring a ramp up interval (in seconds) for
    staggered parallel execution ~ for user request issue #18. The
    interval can be set through the gwen.rampup.interval.seconds setting
    This setting is only applicable for parallel execution mode. If it is
    not set or is set to zero, then no staggering will occur (as per default
    behavior).
  • Added new gwen.report.suppress.meta setting for controlling whether or
    not meta reports should be generated with HTML reports (default value is
    false). If you have a lot of meta, suppressing the meta reports can
    save a lot of disk space. Enabling this setting does not suppress the
    hyperlinked stepdefs in feature reports (they will always be rendered).
  • See also: change log

1.0.3

11 Feb 12:46
Compare
Choose a tag to compare
  • Do not allow StepDef names to start with keywords Given, When, Then, And or But
    • throw error and immediately abort execution when not satisfied
  • See also: change log