Skip to content

Release v0.6.17

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

Release Notes

  • Add Setup test example
  • readme.md update

pkg/framework

Features

  • ⚡ Add ⚡
    • T.WitTestSetup(func(t provider.T))
    • T.WithTestTearDown(func (t provider.T))

Methods should be used 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