@qualweb/cli
Version:
QualWeb evaluator command line interface
9 lines • 341 B
TypeScript
import { PuppeteerLifeCycleEvent } from '@qualweb/core';
import { Command } from 'commander';
export type PuppeteerOptions = {
waitUntil?: PuppeteerLifeCycleEvent;
maxParallelEvaluations?: number;
timeout?: number;
};
export declare function addPuppeteerOptions(command: Command): Command;
//# sourceMappingURL=puppeteer.d.ts.map