Skip to content

Releases: ozontech/allure-go

Release v0.6.9

12 Jul 09:21
Compare
Choose a tag to compare

Release Notes

parameters

  • fixed unmarshalling case when input parameter's value can be int

Release pkg/[email protected]

12 Jul 14:42
Compare
Choose a tag to compare

Release Notes

  • add comment to Parameter.GetValue()
  • fix tests

Release v0.6.23

04 Jul 10:28
Compare
Choose a tag to compare

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

04 Jul 10:26
Compare
Choose a tag to compare

Release Notes

Features

  • add tms link support

Release pkg/allure/v0.6.8

04 Jul 10:25
8b814e6
Compare
Choose a tag to compare

Release Notes

Features

  • add tms link support

Release v0.6.22

22 Jun 13:21
Compare
Choose a tag to compare

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

22 Jun 13:20
Compare
Choose a tag to compare

Release v0.6.22

HOTFIX Release Notes

  • Fixed panic with asserting in BeforeAll

Release v0.6.7

22 Jun 13:18
Compare
Choose a tag to compare

Release v0.6.7

Release Notes

  • add Layers label

Release v0.6.21

22 Mar 14:22
Compare
Choose a tag to compare

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

22 Mar 14:19
Compare
Choose a tag to compare

Release notes

New Features

  • add Stage and Stagef methods to provider interface