Skip to content

Releases: ozontech/allure-go

Release pkg/[email protected]

12 Jul 17:00
Compare
Choose a tag to compare

Release Notes

New Features

  • add InDelta assert from testify

Release pkg/[email protected]

12 Jul 14:42
Compare
Choose a tag to compare

Release Notes

  • update dependencies

pkg/framework/v0.6.24

12 Jul 09:22
Compare
Choose a tag to compare

Release Notes

Update allure package dependency

parameters

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

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