Closed amanank closed 2 days ago
The action uses the message
or falls back to the error
of a test failure.
System-out is not supported, and would usually also be too long to displayed. As you can see in the code: https://github.com/mikepenz/action-junit-report/blob/main/src/testParser.ts#L432-L449
the stacktrace is also truncated to 2 lines only.
Anyway, to show the raw test output for the passed test?
I have enabled
I get annotations without much information:
I want to be able to see the
system-out
from the test report xml file