You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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