Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release pkg/[email protected]
Release Notes
New Features
- add InDelta assert from testify
Release pkg/[email protected]
Release Notes
- update dependencies
pkg/framework/v0.6.24
Release Notes
Update allure package dependency
parameters
- fixed unmarshalling case when input parameter's value can be int
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