Skip to content

Releases: onsi/ginkgo

v2.22.1

20 Dec 00:28
Compare
Choose a tag to compare

2.22.1

Fixes

Fix CSV encoding

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

21 Nov 01:19
Compare
Choose a tag to compare

2.22.0

Features

  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

29 Oct 20:48
Compare
Choose a tag to compare

2.21.0

Features

  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]

Fixes

  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]

Maintenance

  • bump various dependencies [7e65a00]

v2.20.2

28 Aug 15:21
Compare
Choose a tag to compare

2.20.2

Require Go 1.22+

Maintenance

v2.20.1

21 Aug 18:37
Compare
Choose a tag to compare

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

07 Aug 18:08
Compare
Choose a tag to compare

2.20.0

Features

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

26 Jul 12:39
Compare
Choose a tag to compare

2.19.1

Fixes

  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]

Maintenance

v2.19.0

24 May 13:49
Compare
Choose a tag to compare

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

21 May 17:30
Compare
Choose a tag to compare

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]

v2.17.3

07 May 12:58
Compare
Choose a tag to compare

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]