tcunit runner¶
Port: TestRunner
Module: tckit.adapters.test_runners.tcunit_runner.TcUnitRunner
Status: Phase 3 — planned
Triggers TcUnit test execution via the bridge, polls for XML output file creation, and parses suite/test/pass/fail/message into structured TestResults.
Configuration¶
Set TCUNIT_RESULTS_PATH in .env to the path where TcUnit writes its XML output. Validate this path on your 4026 machine before implementation.