@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
11 lines • 575 B
TypeScript
export declare function getCID(): string;
export declare const showPopupWarning: <T>(name: string, value: T, defaultValue?: T) => (...params: any[]) => T;
export declare function sanitizeConsoleArgs(args: unknown[]): any[];
/**
* Filter test argument to only contain relevant information
* @param arg hook parameter that may contain a test object from Mocha or Jasmine
* @param file file path of the test
* @returns test object with only relevant information
*/
export declare function filterTestArgument(arg: any, file: string): any;
//# sourceMappingURL=utils.d.ts.map