Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release v0.6.7
Release v0.6.7
Release Notes
- add Layers label
Release v0.6.21
Release Notes
pkg/allure
New Features
- add Stage (string) field to Result object
- add WithStage method to Result object
pkg/framework
New Features
- add Stage and Stagef methods to provider interface
Release v0.6.21
Release notes
New Features
- add Stage and Stagef methods to provider interface
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