JGiven v0.9.4 Release Notes

  • ๐Ÿ›  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

    ๐Ÿ†• New Features

    • ๐Ÿ‘ Spring support has been simplified by a new annotation @EnableJGiven and XML element . 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