Daniel Nephin
Daniel Nephin
I haven't been able to find similar features in other CI systems, but if anyone knows of similar features please do leave a comment with a link to the docs!
At this time there is no way to group by root test, that is correct. If someone is interested, that sounds like a nice addition as either a new format,...
Thank you for the bug report! It looks like the panic is because there is no `run` event for these benchmarks. I'm not sure why that is, or if that...
The output you shared in https://github.com/gotestyourself/gotestsum/issues/413#issuecomment-2343206787 is definitely an upstream bug. There's no `pass` event in there.
Thank you for the bug report! This is unfortunately a bug with https://pkg.go.dev/cmd/test2json parsing the test output. `gotestsum` relies on that tool from the Go toolchain to turn test output...
Because setting the CPU arch would be a lie. The builder only supports running on the current arch (`GOARCH`). The OS switch is there because the windows builder will support...
> With this change, --detach is no longer valid syntax. Hmm, that is a problem. I'll see about fixing that. > I suggest not to overload --detach and instead add...
Thanks for catching the regression with `--detach` ! I've fixed it and added a test for this case.
> We also have docker run --detach, where --detach is a boolean. So from the POV of consistence, it is a surprise that the same option here can take arguments....
@albers I'd like to see if I can summarize your concerns. 1. Backwards compatibility You correctly pointed out that the first version of this had a bug which broke `--detach`....