Junit Report <system-out> is ignored

Hello, if I import your Junit example file from the GitHub Repo junit-automation-example/junit-example.xml at main · testinyapp/junit-automation-example · GitHub in TestCase6 there is a section that say:

        <system-out>
            This is just some informational text the TC passed just fine
        </system-out>

But in Testiny there is no output. Is there a way to add Information to passed test cases?

To not store most probably unnecessary data, Testiny by default does not upload output text as detail information for passed results.

You can override this behavior, i.e. always store the output, by using the --include-passed-details flag in the Testiny CLI:

Best regards,
Alex