Release v0.6.17
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 asfmt.Sprint
t.Description
now consume (args ...interface{}) for using asfmt.Sprint
- Add
T.Titlef(format string, args ...interface{})
for using asfmt.Sprintf
- Add
T.Descriptionf(format string, args ...interface{})
for using asfmt.Sprintf