gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
1.99k stars 118 forks source link

Write all output to junitxml system-out tag #383

Open dnephin opened 8 months ago

dnephin commented 8 months ago

Closes #380 Closes #118 Closes #327

Adds a new --junitfile-output=all flag to enable writing all output to the junit.xml.

Also adds a system-out tag to all test cases which includes the test output.

loa commented 4 weeks ago

This would be a great addition.

Use case: GitLab - View JUnit screenshots on GitLab