Skip to content

Releases: onsi/ginkgo

v1.10.2

02 Oct 08:41
Compare
Choose a tag to compare

Fixes

  • speed up table entry generateIt() (#609) [5049dc5]
  • Fix. Write errors to stderr instead of stdout (#610) [7bb3091]

v1.10.1

30 Aug 15:23
Compare
Choose a tag to compare

Fixes

v1.10.0

29 Aug 16:10
Compare
Choose a tag to compare

Fixes

  • stack backtrace: fix alignment and skipping [66915d6]
  • fix typo in documentation [8f97b93]

v1.9.0

19 Aug 20:08
Compare
Choose a tag to compare

Features

  • Option to print output into report, when tests have passed [0545415]

Fixes

  • Fixed typos in comments [0ecbc58]
  • gofmt code [a7f8bfb]
  • Simplify code [7454d00]
  • Simplify concatenation, incrementation and function assignment [4825557]
  • Avoid unnecessary conversions [9d9403c]
  • JUnit: include more detailed information about panic [19cca4b]
  • Print help to stdout when the user asks for help [4cb7441]

v1.8.0

08 Mar 13:30
Compare
Choose a tag to compare

New Features

  • allow config of the vet flag for go test (#562) [3cd45fa]
  • Support projects using go modules [d56ee76]

Fixes and Minor Improvements

  • chore(godoc): fixes typos in Measurement funcs [dbaca8e]
  • Optimize focus to avoid allocations [f493786]
  • Ensure generated test file names are underscored [505cc35]

v1.7.0

21 Nov 17:20
Compare
Choose a tag to compare

New Features

Fixes

  • Correctly round suite time in junit reporter [2445fc1]
  • Avoid using -i argument to go test for Golang 1.10+ [46bbc26]

v1.6.0

17 Jul 16:35
Compare
Choose a tag to compare

New Features

  • add --debug flag to emit node output to files (#499) [39febac]

Fixes

  • fix: for go vet to pass [69338ec]
  • docs: fix for contributing instructions [7004cb1]
  • consolidate and streamline contribution docs (#494) [d848015]
  • Make generated Junit file compatable with "Maven Surefire" (#488) [e51bee6]
  • all: gofmt [000d317]
  • Increase eventually timeout to 30s [c73579c]
  • Clarify asynchronous test behaviour [294d8f4]
  • Travis badge should only show master [26d2143]

v1.5.0

10 May 16:19
Compare
Choose a tag to compare

New Features

Fixes

v1.4.0

16 Jul 19:32
Compare
Choose a tag to compare
  • ginkgo now provides a hint if you accidentally forget to run ginkgo bootstrap to generate a *_suite_test.go file that actually invokes the Ginkgo test runner. #345
  • thanks to improvements in go test -c ginkgo no longer needs to fix Go's compilation output to ensure compilation errors are expressed relative to the CWD. [#357]
  • ginkgo watch -watchRegExp=... allows you to specify a custom regular expression to watch. Only files matching the regular expression are watched for changes (the default is \.go$) [#356]
  • ginkgo now always emits compilation output. Previously, only failed compilation output was printed out. [#277]
  • ginkgo -requireSuite now fails the test run if there are *_test.go files but go test fails to detect any tests. Typically this means you forgot to run ginkgo bootstrap to generate a suite file. [#344]
  • ginkgo -timeout=DURATION allows you to adjust the timeout for the entire test suite (default is 24 hours) [#248]

v1.3.1

03 Apr 18:59
Compare
Choose a tag to compare

Failed to update config.Version in v1.3.0. This is now fixed.