LogStep(args ...interface{}) for provider.T and provider.StepCtx interfaces
Works as t.Log(args ...interface{}), but also creates allure.Step at report
LogfStep(format string, args ...interface{}) for provider.T and provider.StepCtx interfaces
Works as t.Logf(format string, args ...interface{}) but also creates allure.Step at report
Add following asserts:
Exactly
Same
NotSame
EqualValues
NotEqualValues
EqualError
ErrorIs
ErrorAs
ElementsMatch
DirExists
Condition
Zero
NotZero
Fix following issues:
Add features:
LogStep(args ...interface{})
for provider.T and provider.StepCtx interfaces Works ast.Log(args ...interface{})
, but also creates allure.Step at reportLogfStep(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