Skip to content

Releases: ozontech/allure-go

Release v0.6.12

08 Jul 09:23
Compare
Choose a tag to compare

Release v0.6.12

Fixes:

Hotfix!

  • Now tests from runner.Run not fails in panic

pkg/framework Release v0.6.12

08 Jul 09:19
Compare
Choose a tag to compare

Release v0.6.12

Fixes:

Hotfix!

  • Now tests from runner.Run not fails in panic

Release v0.6.11

06 Jul 18:33
Compare
Choose a tag to compare

Release Notes:

Repo updates

v0.6.7 fixes

  • Add windows to make demo support
  • Add windows and linux support to make install

v0.6.10 updates

  • Add mixed async example

v0.6.11 updates

  • Update readme.md
  • Mixed async example tagging improved

pkg/allure

v0.6.0 fixes

pkg/framework

v0.6.0 fixes

NEW FEATURES:

  • Now all tests will be created if suite setup failed. They will be marked as unknown status
  • Add testplan.json support for Allure TestOps
  • Reworked work with asyncs

FIXED ISSUES

  • Fixed async steps issue
  • Fixed deadlocks in single tests run

v0.6.1 fixes:

  • TestPlan now singleton that allows avoid multiple search of testplan.json
  • Add testplan.json filter for runner.Run(...) and provider.T.Run(...) functions

v0.6.6 fixes:

  • Tests now run under mid-layer test, that fix all async issues and deadlocks
  • GetTestPlan() now run with sync.Once wrapper

v0.6.7 fixes:

  • Add relative path support for test plan feature
  • Fixed issue, when suite ran before/after hooks even if all tests in suite was ignored with test plan

v0.6.8 fixes:

  • Now suites totally ignored with testplan json marking as skipped

v0.6.9 fixes:

  • Fixed issue, when on unix could ignore first / in path to testplan.json

v0.6.10 fixes:

  • fixed naming issue for tests and suites
  • fixed issue when any subtests paniced but marked as failed instead of broken
  • ADD Fatal and Fatalf support due to ISSUE-11

v0.6.11 fixes:

  • Step.FailNow() now fail test before finishing
  • Add Name, Fail, FailNow and Skipf support due ISSUE-11
  • BeforeAll panic case fix
  • README.md updated

Release v0.6.11

06 Jul 18:29
Compare
Choose a tag to compare

Release Notes:

v0.6.0 fixes

NEW FEATURES:

  • Now all tests will be created if suite setup failed. They will be marked as unknown status
  • Add testplan.json support for Allure TestOps
  • Reworked work with asyncs

FIXED ISSUES

  • Fixed async steps issue
  • Fixed deadlocks in single tests run

v0.6.1 fixes:

  • TestPlan now singleton that allows avoid multiple search of testplan.json
  • Add testplan.json filter for runner.Run(...) and provider.T.Run(...) functions

v0.6.6 fixes:

  • Tests now run under mid-layer test, that fix all async issues and deadlocks
  • GetTestPlan() now run with sync.Once wrapper

v0.6.7 fixes:

  • Add relative path support for test plan feature
  • Fixed issue, when suite ran before/after hooks even if all tests in suite was ignored with test plan

v0.6.8 fixes:

  • Now suites totally ignored with testplan json marking as skipped

v0.6.9 fixes:

  • Fixed issue, when on unix could ignore first / in path to testplan.json

v0.6.10 fixes:

  • fixed naming issue for tests and suites
  • fixed issue when any subtests paniced but marked as failed instead of broken
  • ADD Fatal and Fatalf support due to ISSUE-11

v0.6.11 fixes:

  • Step.FailNow() now fail test before finishing
  • Add Name, Fail, FailNow and Skipf support due ISSUE-11
  • BeforeAll panic case fix
  • README.md updated

pkg/allure Release v0.6.1

06 Jul 18:20
Compare
Choose a tag to compare

Release Notes

v0.6.0:

v0.6.1:

  • Updated README.md
  • Updated some comments in implementation

Release v0.5.8

21 Apr 15:18
Compare
Choose a tag to compare

Release Notes

pkg/framework

interfaces

StepCtx

  • signature for WithNewStep and WithNewAsyncStep functions changed, ctx StepCtx now sCtx StepCtx
  • add Name() string function. Returns test name

T

  • signature for WithNewStep and WithNewAsyncStep functions changed, ctx StepCtx now sCtx StepCtx

pkg/framework Release v0.5.8

21 Apr 15:16
Compare
Choose a tag to compare

Release Notes

interfaces

StepCtx

  • signature for WithNewStep and WithNewAsyncStep functions changed, ctx StepCtx now sCtx StepCtx
  • add Name() string function. Returns test name

T

  • signature for WithNewStep and WithNewAsyncStep functions changed, ctx StepCtx now sCtx StepCtx

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