arela
Version:
AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.
17 lines • 558 B
TypeScript
/**
* Reporter for the Test Strategy Optimizer
*/
import { TestStrategyReport } from "./types.js";
/**
* Pretty-print the analysis to stdout
*/
export declare function reportTestStrategy(report: TestStrategyReport, verbose?: boolean): void;
/**
* Export JSON report
*/
export declare function exportTestStrategyJson(report: TestStrategyReport, filePath: string): void;
/**
* Persist default report to .arela/test-analysis.json
*/
export declare function writeDefaultTestReport(report: TestStrategyReport): void;
//# sourceMappingURL=reporter.d.ts.map