BootProbe
Automated startup smoke tests for built Unity Players.
BootProbe launches the standalone executable you actually intend to distribute, watches for readiness, detects fatal startup logs and early exits, and returns a deterministic pass/fail result for local workflows and CI.
- Readiness markers
- Fatal log detection
- Early-exit detection
- Configurable startup timeout
- JSON reports and CI exit codes
- No cloud, telemetry, or account
{
"status": "Passed",
"passed": true,
"readyMarker": "first-scene-loaded",
"fatalPattern": "",
"processExitCode": null,
"elapsedMilliseconds": 5798
}