ginkgonow provides a hint if you accidentally forget to runginkgo bootstrapto generate a*_suite_test.gofile that actually invokes the Ginkgo test runner. #345- thanks to improvements in
go test -cginkgono 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]ginkgonow always emits compilation output. Previously, only failed compilation output was printed out. [#277]ginkgo -requireSuitenow fails the test run if there are*_test.gofiles butgo testfails to detect any tests. Typically this means you forgot to runginkgo bootstrapto generate a suite file. [#344]ginkgo -timeout=DURATIONallows you to adjust the timeout for the entire test suite (default is 24 hours) [#248]