Skip to content

Releases: ozontech/allure-go

v0.7.4

12 Sep 11:59
4e1ff30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

pkg/framework/v0.7.4

12 Sep 11:58
4e1ff30
Compare
Choose a tag to compare

What's Changed

Full Changelog: pkg/allure/v0.7.2...pkg/framework/v0.7.4

pkg/allure/v0.7.4

12 Sep 11:58
4e1ff30
Compare
Choose a tag to compare

What's Changed

Full Changelog: pkg/allure/v0.7.2...pkg/allure/v0.7.4

v0.7.3

08 Sep 13:23
a08478b
Compare
Choose a tag to compare

What's Changed

  • Improve protojson marshal options by in #127

Full Changelog: v0.7.2...v0.7.3

v0.7.2

08 Aug 10:31
0355d7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

pkg/framework/v0.7.2

08 Aug 10:30
0355d7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pkg/allure/v0.6.15...pkg/framework/v0.7.2

pkg/allure/v0.7.2

08 Aug 10:30
0355d7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pkg/allure/v0.6.15...pkg/allure/v0.7.2

Release v0.7.1

24 Jul 14:18
d1b61c1
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug when table tests won't run if params initialization were implemented in BeforeAll hook in #119

Full Changelog: v0.7.0...v0.7.1

Release v0.7.0

18 Jul 12:31
4c48f2f
Compare
Choose a tag to compare

What's Changed

  • Fail test in case of failure in step #114
  • Use protojson to marshal params which implement proto.Message #117

Full Changelog: v0.6.34...v0.7.0

Release v0.6.34

20 May 10:35
9410728
Compare
Choose a tag to compare
  • Fixed bug when .GetValue() string method for Label and Parameter might return invalid string if the .Value field type was not a string. See #80
  • Fixed bug when parameterized test could drop tests for some parameters silently. See #99
  • Fixed bug when panic occurred if parameterized test suites did not implement InitializeTestsParams method. See #104
  • Fixed typos & formatting. See #97, #96, #79
  • Update CI actions versions #95

Full Changelog: v0.6.33...v0.6.34