Onsi Fakhouri
Onsi Fakhouri
alrighty - sorry for all the noise. the latest code is now on master and both constraints are gone. You can call `PreviewSpecs` and `RunSpecs` in the same invocation of...
👍 thanks @pohly - i'll cut a release now
Hey can you share a little more detail? what test are you running to generate this output? Can you produce a minimal reproducer?
hey @TheOnlyWei - sorry for the delay. `specReport.FailureMessage()` doesn't do any encoding. it's just returning the failure message string which shouldn't have any escapes in it. I notice you're appending...
The docs touch on how to use `gomock` with ginkgo here: https://onsi.github.io/ginkgo/#using-third-party-libraries can you share some more detail? where are you calling `gomock.NewController`? can you share some more code/context?
hey there @stotz89 I don't have a lot of experience/context with the `test2json` format though looking through it it does seem to be oriented towards streaming test information vs generating...
So the issue in the example is that `user.Email` and `user.Name` is evaluated when the `Entry` is processed and converted to an `It` which happens when the test tree is...
it's closed because there aren't any plans to change things. i'm happy to reopen it and we can all share some design ideas together. In particular, if you have a...
hey thanks for the details - the challenge here is that `DescribeTable` is, under the hood, basically a glorified for loop that constructs `It`s out of the `Entry`s you provide....
Hey @AkiraXie A couple of things: 1. If you are sending the kill signal via `kill` you need to send the signal to the actual test process - not the...