Skip to content

1.1.0

Compare
Choose a tag to compare
@bjuric bjuric released this 29 Feb 11:08
· 971 commits to master since this release
  • 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