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

Provide access to test <system-out> #73

Open
brenuart opened this issue Aug 6, 2021 · 1 comment
Open

Provide access to test <system-out> #73

brenuart opened this issue Aug 6, 2021 · 1 comment

Comments

@brenuart
Copy link

brenuart commented Aug 6, 2021

It would be nice if the annotation provides a quick access to the test logs (system out) in addition to the existing "raw output". This would be very handy to troubleshoot failing tests, especially when the project has many and output is redirected into file to avoid polluting the build console.

Test logs are available under the <system-out> XML tag or in a separate -output.txt file when the surefire plugin is configured to redirect console output in a file.

@jmisur
Copy link
Contributor

jmisur commented Aug 9, 2021

As annotations are not really meant to contain logs, which can get quite big, I recommend you archive any artefacts you need from the job and then you can download all the raw logs and outputs from the jobs. Currently it would just blow up in size and most likely being killed by annotation api size limits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants