Skip to content

v0.10.1

Compare
Choose a tag to compare
@janschaefer janschaefer released this 21 Dec 22:07
· 2400 commits to master since this release

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