Skip to content

Releases: ozontech/allure-go

Release v0.5.7

20 Apr 10:10
Compare
Choose a tag to compare

Release Notes

pkg/framework

Interfaces

  • Now provider.T and provider.StepCtx work same with attachments

New Contributors

Full Changelog: v0.5.6...pkg/framework/v0.5.7

pkg/framework Release v0.5.7

20 Apr 10:08
1caaaaa
Compare
Choose a tag to compare

Release Notes

Interfaces

  • Now provider.T and provider.StepCtx work same with attachments

New Contributors

Full Changelog: v0.5.6...pkg/framework/v0.5.7

Release v0.5.6

15 Apr 15:49
Compare
Choose a tag to compare

HOTFIX

Release Notes

pkg/allure v0.5.6

- Fixed step attachments printing for inner steps

pkg/framework Release v0.5.6

15 Apr 15:46
Compare
Choose a tag to compare

Update pkg/allure to v0.5.6

pkg/allure Release v0.5.6

15 Apr 15:42
Compare
Choose a tag to compare

HOTFIX

Release Notes

- Fixed step attachments printing for inner steps

Release v0.5.4

12 Apr 13:27
Compare
Choose a tag to compare

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

12 Apr 13:25
Compare
Choose a tag to compare

Hotfix Notes

Test running

  • Fixed after all hook work for tests without parallel

Steps

  • Fixed WithNewStep finish time

Release v0.5.3

07 Apr 16:03
Compare
Choose a tag to compare

Hotfix:
add Step(step *allure.Step) to provider.StepCtx interface

pkg/framework Release v0.5.3

07 Apr 16:00
Compare
Choose a tag to compare

Hotfix:
Add Step(step *allure.Step) method to provider.StepCtx interface

Release v0.5.1

05 Apr 09:34
Compare
Choose a tag to compare

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