You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add per-test console output + JUnit/HTML reports to export test runner
The minimal export runner only returned an exit code. Attach
GdUnitConsoleTestReporter for per-test PASS/FAIL console output and point
report_base_path at <exported-executable-dir>/reports so the default session
hooks write results.xml (JUnit) + HTML reports into harness/tests/export/reports
- the directory the CI workflow uploads as the gdunit_reports_* artifact.
Verified locally: exported run prints per-test results, writes a JUnit XML
report (tests=111, failures=0) and HTML report, and exits 0 with clean shutdown.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments