Onsi Fakhouri

Results 458 comments of Onsi Fakhouri

hey @drewgonzales360 - I've resisted going down this path for a few reasons: Most importantly: it's important that the version of the ginkgo cli and the ginkgo library match exactly....

Are there other usecases? or is this a request for adding an `Owner` decorator for junit? my hesitation is it would then be natural to want to filter specs by...

great, thanks @nonsocode . I could imagine that after adding an `Owner` decorator there will quickly be requests for implementing filtering specs by `Owner`. One idea that comes to mind...

alright - this is now on master. i'll be cutting a release soon. you can now set `Label(owner:X)` and `X` will get set to the `Owner` attribute of the test...

makes sense, i can add this to the backlog. not sure when i'll get to it but let me know if you're interested in working on a PR and I...

The `GinkgoWriter` output will only show when the test finally fails. You could try with `ginkgo -v` to see the output streamed immediately (though this only works when running in...

hey @ewollesen this is great, thank you! > but I'm sure I haven't thought about this as much as the authors I can assure you that, at this point, you...

Good call to check. I think we can just follow its behavior - if anyone opens an issue we can add the flag later. Sound reasonable?

hey there - I've never used `xgo` (first time I'm hearing about it actually!) `ginkgo` calls `go` to compile your tests and so `xgo exec ginkgo ./...` will end up...

odd. what happens if you go to your `path_suite` and run `xgo test` (don't even use `ginkgo` - jus use the usual test runner. you'll lose some of the cli...