UNPKG

agentic-qe

Version:

Agentic Quality Engineering Fleet System - AI-driven quality management platform

17 lines 879 B
import { Command } from 'commander'; import { createRetryCommand } from './retry'; import { createParallelCommand } from './parallel'; import { createQueueCommand } from './queue'; import { createWatchCommand } from './watch'; import { createCleanCommand } from './clean'; import { createDebugCommand } from './debug'; import { createProfileCommand } from './profile'; import { createTraceCommand } from './trace'; import { createSnapshotCommand } from './snapshot'; import { createDiffCommand } from './diff'; /** * Create the main test command with all subcommands */ export declare function createTestCommand(): Command; export { createRetryCommand, createParallelCommand, createQueueCommand, createWatchCommand, createCleanCommand, createDebugCommand, createProfileCommand, createTraceCommand, createSnapshotCommand, createDiffCommand }; //# sourceMappingURL=index.d.ts.map