Releases: ozontech/allure-go
Releases · ozontech/allure-go
Release v0.6.12
Release v0.6.12
Fixes:
Hotfix!
- Now tests from
runner.Run
not fails in panic
pkg/framework Release v0.6.12
Release v0.6.12
Fixes:
Hotfix!
- Now tests from
runner.Run
not fails in panic
Release v0.6.11
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
- Update testify version
- Update DefaultVersion constant to [email protected]
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(...)
andprovider.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
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(...)
andprovider.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
Release Notes
v0.6.0:
- Update testify version
- Update DefaultVersion constant to [email protected]
v0.6.1:
- Updated README.md
- Updated some comments in implementation
Release v0.5.8
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
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
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