Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release v0.5.7
Release Notes
pkg/framework
Interfaces
- Now
provider.T
andprovider.StepCtx
work same with attachments
New Contributors
- @siller174 made their first contribution in #2
Full Changelog: v0.5.6...pkg/framework/v0.5.7
pkg/framework Release v0.5.7
Release Notes
Interfaces
- Now
provider.T
andprovider.StepCtx
work same with attachments
New Contributors
- @siller174 made their first contribution in #2
Full Changelog: v0.5.6...pkg/framework/v0.5.7
Release v0.5.6
HOTFIX
Release Notes
pkg/allure v0.5.6
- Fixed step attachments printing for inner stepspkg/framework Release v0.5.6
Update pkg/allure to v0.5.6
pkg/allure Release v0.5.6
HOTFIX
Release Notes
- Fixed step attachments printing for inner stepsRelease v0.5.4
Release Notes
pkg/framework Hotfix Notes
Test running
- Fixed after all hook work for tests without parallel
Steps
- Fixed WithNewStep finish time
pkg/framework Release v0.5.4
Hotfix Notes
Test running
- Fixed after all hook work for tests without parallel
Steps
- Fixed WithNewStep finish time
Release v0.5.3
Hotfix:
add Step(step *allure.Step) to provider.StepCtx interface
pkg/framework Release v0.5.3
Hotfix:
Add Step(step *allure.Step) method to provider.StepCtx interface
Release v0.5.1
Release notes:
pkg/allure v0.5.1:
- Parameters now work with interface{} values instead of string-only values
pkg/framework v0.5.1:
- Fix assert naming - now it will be used passed arguments (if any) to name wrapped step
- Fix work with allure parameters