Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release v0.6.9
Release Notes
parameters
- fixed unmarshalling case when input parameter's value can be int
Release pkg/[email protected]
Release Notes
- add comment to
Parameter.GetValue()
- fix tests
Release v0.6.23
Release Notes
Features
- Add support for TmsLink and TmsLinks in Allure according to the docs
func (s *SomeSuite) TestSomething(t provider.T) {
t.TmsLink("TMS-112")
}
or
func (s *SomeSuite) TestSomething(t provider.T) {
t.TmsLinks("TMS-110","TMS-112")
}
Thanks to @otryvanov for the help ❤️
Release pkg/framework/v0.6.23
Release Notes
Features
- add tms link support
Release pkg/allure/v0.6.8
Release Notes
Features
- add tms link support
Release v0.6.22
Release v0.6.22
Release notes
pkg/allure
- add
Layers
label
pkg/framework
- fixed panic with failed assertion in
BeforeAll
hook
Release v0.6.22
Release v0.6.22
HOTFIX Release Notes
- Fixed panic with asserting in BeforeAll
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