Onsi Fakhouri

Results 458 comments of Onsi Fakhouri

this should now be fixed in v2.9.1 - `ginkgo -coverpkg=./... -r` will now compute coverage for all code by all tests.

hey @dhiller - yes, still have plans but have struggled to invest as much time as I'd like in Ginkgo the last few months. I haven't lost sight of it...

this is fixed now in 2.6.0 with the introduction of `ReportBeforeSuite`

hey @tzvatot do you mind opening a new issue so we can discuss it there? i'd like to learn more about what you're doing in the table test to figure...

cross-posting here since this is the issue that folks thinking about `BeforeAll`/`AfterAll` usually land on: 2.7.0 introduces the `ContinueOnFailure` decorator which resolves #1103 and allows specs in ordered containers to...

hey @ebabani these are cool ideas to be sure. i could imagine extending Ginkgo's existing watch mode and you're right that the first one would be relatively easy. For filtering...

Am not at my computer so I’ll need to check to be sure... but i think if you panic in the function it will abort. On Tue, Oct 20, 2020...

Hey all sorry for the extended delay here. The latest commit on master now introduces `StopTrying("message")` which is documented [here](https://onsi.github.io/gomega/#bailing-out-early). It should be out in a versioned release soon. You...

Ah good catch - it will not work currently but I should be able to use `errors.As` to get around that. I'll take a look.

yep - I had to do the `errors.As` dance. The code is written and tested and I'll cut a patch release later today.