mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 20:21:13 +00:00
feat: streamline qa lab live runs
This commit is contained in:
@@ -47,14 +47,12 @@ export async function runQaSuiteCommand(opts: {
|
||||
providerMode?: "mock-openai" | "live-openai";
|
||||
primaryModel?: string;
|
||||
alternateModel?: string;
|
||||
fastMode?: boolean;
|
||||
}) {
|
||||
const result = await runQaSuite({
|
||||
outputDir: opts.outputDir ? path.resolve(opts.outputDir) : undefined,
|
||||
providerMode: opts.providerMode,
|
||||
primaryModel: opts.primaryModel,
|
||||
alternateModel: opts.alternateModel,
|
||||
fastMode: opts.fastMode,
|
||||
});
|
||||
process.stdout.write(`QA suite watch: ${result.watchUrl}\n`);
|
||||
process.stdout.write(`QA suite report: ${result.reportPath}\n`);
|
||||
|
||||
Reference in New Issue
Block a user