EnricoMi / publish-unit-test-result-action

GitHub Action to publish unit test results on GitHub
Apache License 2.0
615 stars 184 forks source link

Add support for TRX StdOut-Element #545

Open markusroessler opened 10 months ago

markusroessler commented 10 months ago

The action currently ignores the ../UnitTestResult/Output/StdOut-Element of TRX-Files - i.e. the output is not added to the RawOutput of annotations. Is this feature only implemented for junit xml files? Could you implement it for trx files too? I can provide a sample dotnet repo if needed.

related issues:

279

358

EnricoMi commented 10 months ago

I think that should be do-able. All that is needed is extend the XLST to extract /Results/UnitTestResult/Output/StdOut into /testsuites/testsuite/testcase/system-out. Example files with system-out exist already.

bassmaster187 commented 8 months ago

Any news about that feature?

EnricoMi commented 8 months ago

No contribution landed yet.

MilleBos commented 3 weeks ago

I would like to bump up this one as it would help a lot. The assert messages isn't always enough and we would like to see the connect tests logs as well (without having to go to the full raw logs).