Skip to content

Release v0.6.14

Compare
Choose a tag to compare
@koodeex koodeex released this 28 Jul 17:04
· 175 commits to master since this release

Release Notes

pkg/allure

Features

  • Add Parameter field (type []allure.Parameter) to allure.Result object

pkg/framework

Features

  • Add T.WithParameters method. It adds array of allure.Parameter to the test body
  • Add T.WithNewParameters method. It creates new Allure.Parameters and attach them to the report body.