pkg/framework Release v0.6.15
koodeex
released this
16 Aug 09:18
·
157 commits
to master
since this release
Release Notes v0.6.15
Features
Add following asserts:
Exactly
Same
NotSame
EqualValues
NotEqualValues
EqualError
ErrorIs
ErrorAs
ElementsMatch
DirExists
Condition
Zero
NotZero
Add features:
-
LogStep(args ...interface{})
for provider.T and provider.StepCtx interfaces
Works ast.Log(args ...interface{})
, but also creates allure.Step at report -
LogfStep(format string, args ...interface{})
for provider.T and provider.StepCtx interfaces
Works ast.Logf(format string, args ...interface{})
but also creates allure.Step at report
Bugfixes
- Wrong paren suite setting for no-suite tests
- Duplicate test's name in FullName field at report
- Fixed error displaying while before hook fails