Onsi Fakhouri

Results 306 comments of Onsi Fakhouri

the interaction between custom reporters and parallelism is currently poorly supported. I'm exploring deprecating and removing custom reporters in V2 in lieu of a machine-readable JSON formatted output option that...

A beta for Ginkgo V2 just released. V2 revamps how custom reporting is supported and this use-case should now be unblocked. [Please try out the beta](https://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md#using-the-beta)!

hey @plastikfan thanks for the kind words. unfortunately I'm not super familiar with delve and using it to debug tests - and I'm _pretty_ sure ginkgo test explorer doesn't integrate...

Adding `BeforeAll` has a rich long contentious history in Ginkgo - and I'm considering alternatives to enable it. Often times, @digulla, I've accomplished exactly what you're describing by using `BeforeSuite`...

v2.0 will support `BeforeAll` - you can get to the proposal doc in #711 to learn more about what that support will look like.

Ginkgo does have `-untilItFails` which reruns your test forever until a failure is found. I like the idea of something like `-count` and am a fan of finding and weeding...

not hard. just adds to the tech debt i need to maintain. i'm hoping v2 gets adopted pretty quickly given there are relatively few breaking changes. go ahead and PR...

also - i'm thinking this would go in the cli alongside untilItFails. does that make sense?

I'd prefer to see this in the cli where this kind of functionality is currently implemented. And I'd like to push more people towards the cli over go test as...

V2 now includes a `-repeat` flag that has this behavior. Docs for using the beta are [here](https://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md#using-the-beta).