Skip to content

v2.14.0

Compare
Choose a tag to compare
@onsi onsi released this 11 Jan 21:24
· 55 commits to master since this release

2.14.0

Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

Fixes

Maintenance