Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release v0.6.6
Release Notes
New Features
- add Stage (string) field to Result object
- add WithStage method to Result object
Release v0.6.19
Release Notes
allure-go
Fixes
- add info about status Unknown to pkg/allure/README due ISSUE-41
pkg/framework
Features
- add status "broken" control methods and examples, remove unused test due ISSUE-43
Fixes
- truncate parametrized tests name to 150 due ISSUE-49
- fix duration of consistent tests in suite and add unit test, update go.mod/go.sum due ISSUE-41
- add comments for functions collectTests, parametrizedWrap, getParamTests, getParams due ISSUE-52
pkg/framework Release v0.6.20
Release notes
Features
- add status "broken" control methods and examples, remove unused test due ISSUE-43
Fixes
- truncate parametrized tests name to 150 due ISSUE-49
- fix duration of consistent tests in suite and add unit test, update go.mod/go.sum due ISSUE-41
- add comments for functions collectTests, parametrizedWrap, getParamTests, getParams due ISSUE-52
pkg/allure Release v0.6.5
Release Notes
Fixes
- add info about status Unknown to pkg/allure/README due ISSUE-41
Release v0.6.19
v0.6.18
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
pkg/framework Release v0.6.18
Release notes
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 didnot created at filesystem
pkg/allure Release v0.6.4
Release Notes
Features
- link, label and param is pointer now
- add Result.GetFirstLabel()
- add Result.GetLabels()
- Result.GetLabel removed
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
pkg/framework Release v0.6.17
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