Releases: ozontech/allure-go
Releases · ozontech/allure-go
v0.7.4
pkg/framework/v0.7.4
What's Changed
- Improve protojson marshal options by @metafates in #127
- FIX: marshall parameters by @SkelaG in #128
Full Changelog: pkg/allure/v0.7.2...pkg/framework/v0.7.4
pkg/allure/v0.7.4
What's Changed
- Improve protojson marshal options by @metafates in #127
- FIX: marshall parameters by @SkelaG in #128
Full Changelog: pkg/allure/v0.7.2...pkg/allure/v0.7.4
v0.7.3
v0.7.2
pkg/framework/v0.7.2
What's Changed
- Fail test in case of failure in step by @metafates in #114
- Use protojson to marshal params which implement proto.Message by @metafates in #117
- Release v0.7.0 by @metafates in #115
- Run BeforeAll hook before collecting table tests by @metafates in #119
- make attachment uuid public by @SkelaG in #120
New Contributors
Full Changelog: pkg/allure/v0.6.15...pkg/framework/v0.7.2
pkg/allure/v0.7.2
What's Changed
- Fail test in case of failure in step by @metafates in #114
- Use protojson to marshal params which implement proto.Message by @metafates in #117
- Release v0.7.0 by @metafates in #115
- Run BeforeAll hook before collecting table tests by @metafates in #119
- make attachment uuid public by @SkelaG in #120
New Contributors
Full Changelog: pkg/allure/v0.6.15...pkg/allure/v0.7.2
Release v0.7.1
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
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
- Fixed bug when
.GetValue() string
method forLabel
andParameter
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