pkg/framework Release v0.6.17
·
103 commits
to master
since this release
Release Notes
Features
- Add
t.WitTestSetup(func(t provider.T))
andt.WithTestTearDown(func (t provider.T))
for interactions withallure.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