#!/usr/bin/env node /** * @traqr/core — E2E Runner * * Unified runner for both E2E harnesses: * 1. Two-Phase + Multi-Project (e2e-two-phase.ts) * 2. Upgrade Path Verification (e2e-upgrade-path.ts) * * Usage: * node dist/e2e-runner.js # Structured text output * node dist/e2e-runner.js --json # JSON output * * Exit codes: 0 = all pass, 1 = any fail, 2 = crash */ export {}; //# sourceMappingURL=e2e-runner.d.ts.map