Skip to content

v0.9.5

Compare
Choose a tag to compare
@janschaefer janschaefer released this 12 Nov 20:50
· 2534 commits to master since this release

Fixed Issues

  • Fixed issue with primitive arrays and the @table annotation #162
  • Fixed an issue when using the @Table parameter that could lead to unwanted parameters in the data table #161
  • Fixed an issue with the Maven Plugin where the customJsFile parameter actually set the customCssFile parameter #167
  • Fixed an issue with the @table annotation when combining numberedRows with columnTitles #166
  • Fixed an issue in the console report that new lines a data table messed up the layout of the table #152

New Features

  • CamelCase in step methods is now supported (thanks to albertofaci) #164, PR #165