Release v0.6.15
Release Notes v0.6.15
pkg/framework
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 parent suite setting for no-suite tests
- Duplicate test's name in FullName field at report
- Fixed error displaying while before hook fails