JGiven v0.10.1 Release Notes

  • ๐Ÿ†• New Features

    Nested Steps

    Steps can now have nested steps that are shown in the report. This is done by annotating parent steps with the new @NestedSteps annotation. #17, PR#174. Thanks to @albertofaci!

    โž• Additional Table Formatting Options

    The @Table annotation to format step parameters as tables has been extended with several options to further customize the formatting of the resulting tables. #122

    Other Features

    • HTML Report: case tables have sortable columns #175
    • HTML Report: case tables can be grouped by values #168
    • ๐Ÿ‘ป Exception type is now added to the error message of a failed step #154

    ๐Ÿ›  Fixed Issues

    • ๐Ÿ›  Fixed the issue that tags of subclasses would not be visible on scenarios of superclasses #171
    • ๐Ÿ›  Fixed the issue that exceptions thrown in methods called within step methods are captured #173