Skip to content

v0.8.1

Compare
Choose a tag to compare
@janschaefer janschaefer released this 07 Sep 19:31
· 2761 commits to master since this release

New Features

  • Parameters of test methods can now also be formatted with formatters like step parameters. This is only relevant, however, when you have scenarios with multiple cases that do not generate a data table, but multiple cases #114

Fixed Issues

  • Fixed the issue that test classes had to be compiled with the -parameters option of javac when using Java 8. This was fixed by upgrading to the newest version of the Paranamer library that now fully supports Java 8 #106
  • Fixed an issue where different formatted parameters having the same value in all cases were collapsed to a single parameter #104
  • Fixed issue introduced with v0.8.0 that tag descriptions that differ depending on a tag value are not correctly reported
  • Fixed an issue that the dataprovider with TestNG could not be used in parallel mode #105
  • Fixed an issue that when using TestNG only a report for one test class was generated #115