UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

11 lines 291 B
import { TestResults } from "./reporter.js"; export declare function runWebApp(opts: { url: string; flow: string; headless: boolean; record?: boolean; analyze?: boolean; aiPilot?: boolean; goal?: string; }): Promise<TestResults>; //# sourceMappingURL=web.d.ts.map