Skip to content

pkg/framework Release v0.6.17

Compare
Choose a tag to compare
@koodeex koodeex released this 23 Aug 10:12
· 103 commits to master since this release
32923b6

Release Notes

Features

  • Add t.WitTestSetup(func(t provider.T)) and t.WithTestTearDown(func (t provider.T)) for interactions with allure.Container inside of the test. Check readme for more.
  • t.Title now consume (args ...interface{}) for using as fmt.Sprint
  • t.Description now consume (args ...interface{}) for using as fmt.Sprint
  • add t.Titlef(format string, args ...interface{}) for using as fmt.Sprintf
  • add t.Descriptionf(format string, args ...interface{}) for using as fmt.Sprintf