You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ginkgo is built around the assumption that all failed assertions are fatal, i.e. testing must stop. This has the effect that GinkgoT().Error and GinkgoT().Errorf behave like GinkgoT().Fatal[f].
It would be nice to support the normal testing.T semantic and not abort the test.
Alternatively (or perhaps as a interim solution) this limitation should at least get documented.
The text was updated successfully, but these errors were encountered:
Ginkgo is built around the assumption that all failed assertions are fatal, i.e. testing must stop. This has the effect that
GinkgoT().Error
andGinkgoT().Errorf
behave likeGinkgoT().Fatal[f]
.It would be nice to support the normal
testing.T
semantic and not abort the test.Alternatively (or perhaps as a interim solution) this limitation should at least get documented.
The text was updated successfully, but these errors were encountered: