Skip to content

Release v0.6.11

Compare
Choose a tag to compare
@koodeex koodeex released this 06 Jul 18:29

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(...) and provider.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