Skip to content

Release v0.6.15

Compare
Choose a tag to compare
@koodeex koodeex released this 16 Aug 09:21
· 156 commits to master since this release

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 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

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