When I run pipeline in Gitlab, I have a few tests visible in the Tests tab: Screenshot of Gitlab page on the Tests tab
However, when I click on "View Details", only the failed tests have a "System Output" present, with content from the junit.xml report. Successful tests don't have "System Output', even though there is information in junit on these tests as well.
Screenshot of example failed test output in "View Details" Screenshot of example successful test output in "View Details"
How do I make it so also the successful tests have the "system Output" message in "View Details"?
I tried looking for options in Gitlab help, in yml file and in other forums, with no luck. I only found this person who had the same problem in 2022: