Onsi Fakhouri
Onsi Fakhouri
hey glad to hear it. Please share your thoughts feedback if you do end up giving the RC a try. While we're talking about it I'd love to ask a...
Thanks for sharing the additional context @mdbooth - I'll keep it in mind as I think about the roadmap. And thanks for the kinds words! Also - yes, `BeforeSuite` and...
hey @markxnelson - one of Ginkgo's [foundational assumptions](https://onsi.github.io/ginkgo/#mental-model-ginkgo-assumes-specs-are-independent) is that your specs (i.e. the individual `It`s) are independent from each other. This enables parallelization and randomization, and encourages writing test...
Thanks @markxnelson - make sense. Given that what I'd _personally_ do in a situation like this (and this may be more about subjective style/preference than anything else) is actually make...
> By the way the big doc update with v2 was really helpful! :heart: thanks for the kind words! > we have a lot of suites anyway, and they can't...
yeah that wouldn't play well. the `It`s all need to be invoked during the tree construction phase. I really do think a separate suite is your friend here. And then...
hey @nwaizer - not sure why that link isn't working, but you'll want to join the [Gophers slack](https://gophers.slack.com) and then join the #ginkgo channel. You can also feel free to...
hey there, sorry for the delay. I haven't looked too deeply into the fuzzing ecosystem but it looks like the new fuzzing support is fairly tightly integrated into go test...
hey there - thanks for sharing this. The 1.x line is no longer being supported and given there's a workaround I'm inclined to lave it as is and encourage folks...
hey @TheDiveO sorry for the delay. yes I imagine `ginkgo -exec` would be relatively straightforward to implement. I can add this to the 2.1 docket and hope to ship 2.0...