You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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