No system-out
element in JUnit XML logfile
#6098
Labels
feature/logging/junit
Issues related to logging test results in JUnit XML format
feature/logging
Issues related to logging test results
type/bug
Something is broken
version/10
Something affects PHPUnit 10
version/11
Something affects PHPUnit 11
I tried to implement acceptance screenshots testing using Symfony Pather, Phpunit and gitlab.
As you can see https://docs.gitlab.com/ee/ci/testing/unit_test_reports.html#view-junit-screenshots-on-gitlab PhpUnit should save stdout to
system-out
tag, but I didn't find any functional for thissee JunitXmlLogger.php
How it can be implemented?
The text was updated successfully, but these errors were encountered: