Skip to content

v0.6.18

Compare
Choose a tag to compare
@koodeex koodeex released this 02 Sep 09:13
· 97 commits to master since this release
dea35d2

Release Notes

allure-go

  • update parametrized examples

pkg/allure

Features

  • link, label and param is pointer now
  • add Result.GetFirstLabel()
  • add Result.GetLabels()
  • Result.GetLabel removed

pkg/framework

Fixes

  • fix naming of parametrized test - now test name builds as TestNameWithoutPrefix_Param
  • parametrized tests no longer adds in subsuite
  • fixed issue when in one suite few parametrized tests could not ran with same parameteres
  • fixed issue when Suite Containter didn't created at filesystem