Skip to content

v0.9.4

Compare
Choose a tag to compare
@janschaefer janschaefer released this 01 Nov 09:04
· 2550 commits to master since this release

New Features

  • Spring support has been simplified by a new annotation @EnableJGiven and XML element <jgiven:annotation-driven />. Special thanks to TripleNail for this contribution. #153
  • Scenarios without steps can now be excluded from the report by using the new --exclude-empty-scenarios report generator option #151
  • Underlines in parameter names are now replaced with spaces in the report #147
  • HTML Report: highlight failing cases of a scenario #150
  • HTML Report: indicate the number of failed cases #156
  • HTML Report: limit the width of columns in the data table #141

Fixed Issues

  • Fixed an issue that blank values could not be formatted #157
  • Fixed an issue that the total duration of a scenario was shown as the duration of the first case instead of the sum of all case #155
  • HTML Report: fixed the minor issue that clicking the status doughnot does not work when the report has just been opened #149