Skip to content

v2.30.0

Choose a tag to compare

@onsi onsi released this 11 Jun 15:39
· 2 commits to master since this release

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]