Onsi Fakhouri

Results 392 comments of Onsi Fakhouri

hey @dkoshkin - this is now live on the ver2 branch. Docs for using the beta are [here](https://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md#using-the-beta).

hey @noah-friedman - couple of things: 1. i'm going to be making the table extension part of core in [v2](#711) - doesn't change the pr but just an fyi. 2....

hey i'm out of town the next few days but will take a look at this on tuesday/wednesday

hey @noah-friedman - i'm back in town now. Sorry I couldn't be more responsive - I was out in the middle of nowhere, Colorado. I appreciate the problem you're trying...

hey @noah-friedman - it sure took forever but the V2 beta has this functionality now. Docs for using the beta are [here](https://github.com/onsi/ginkgo/blob/ver2/docs/MIGRATING_TO_V2.md#using-the-beta) - and details on the new table behavior...

I'm going to be implementing the ability to emit a json test report in V2. I'll look into go test's output to see if it's a good fit but i...

A beta for Ginkgo V2 was just released. It supports emitting JSON-formatted reports though, as mentioned above, it's Ginkgo's own JSON format which includes a bunch of rich test information....

looks like they've removed support for `-importmap`. I'm just going to remove the Ginkgo integration test rather than dive into the world of building a custom `-importcfg` file to achieve...

I started looking through the go source code to figure out how `go test` computes packages for `./...` and.... there's a fair bit of complexity there. I see two options:...

I'm gonna try it out over on the v2 branch. On my admittedly crappy 2012 macbook pro it takes about a half second to run.