Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for TRX StdOut-Element #545

Open
markusroessler opened this issue Dec 19, 2023 · 3 comments
Open

Add support for TRX StdOut-Element #545

markusroessler opened this issue Dec 19, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@markusroessler
Copy link

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
Copy link
Owner

EnricoMi commented Dec 19, 2023

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
Copy link

Any news about that feature?

@EnricoMi
Copy link
Owner

EnricoMi commented Feb 8, 2024

No contribution landed yet.

@EnricoMi EnricoMi added good first issue Good for newcomers enhancement New feature or request labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants