-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
No system-out element in JUnit XML logfile #6098
Copy link
Copy link
Closed
Labels
feature/loggingIssues related to logging test resultsIssues related to logging test resultsfeature/logging/junitIssues related to logging test results in JUnit XML formatIssues related to logging test results in JUnit XML formattype/bugSomething is brokenSomething is brokenversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something affects PHPUnit 11
Metadata
Metadata
Assignees
Labels
feature/loggingIssues related to logging test resultsIssues related to logging test resultsfeature/logging/junitIssues related to logging test results in JUnit XML formatIssues related to logging test results in JUnit XML formattype/bugSomething is brokenSomething is brokenversion/10Something affects PHPUnit 10Something affects PHPUnit 10version/11Something affects PHPUnit 11Something 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-outtag, but I didn't find any functional for thissee JunitXmlLogger.php
How it can be implemented?