GoogleContainerTools / GoogleContainerTools/container-structure-test
Multiple outputs (i.e. `text` and `json`)
Open
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
I would like to have both jUnit repot and text output.
This would make it quicker when reading terminal output from CI jobs, not having to switch into a view which has interpreted the jUnit XML (in my CI/CD tool).
Is this supported? Doesn’t seem like an array of outputs is supported:
` -o, --output string output format for the test report (available format: text, json, junit) (default "text")`
I guess running it twice (with different outputs, and ignoring failure the first time) might be a workaround (albeit twice as slow — but maybe `--save` could help there)…?
Contributor guide
Assessment
This issue has not been assessed yet.