@wdio/local-runner
Version:
A WebdriverIO runner to run tests locally
14 lines • 403 B
TypeScript
/**
* ToDo(Christian): remove when @wdio/runner got typed
*/
interface RunnerInterface extends NodeJS.EventEmitter {
sigintWasCalled: boolean;
[key: string]: unknown;
}
export declare const runner: RunnerInterface;
/**
* catch sigint messages as they are handled by main process
*/
export declare const exitHookFn: (callback: () => void) => void;
export {};
//# sourceMappingURL=run.d.ts.map