@wdio/browser-runner
Version:
A WebdriverIO runner to run unit tests tests in the browser.
10 lines • 344 B
TypeScript
export declare class MochaFramework extends HTMLElement {
#private;
constructor();
static get observedAttributes(): string[];
get spec(): string;
connectedCallback(): void;
attributeChangedCallback(name: string, oldValue: unknown, newValue: unknown): void;
run(): Promise<void>;
}
//# sourceMappingURL=mocha.d.ts.map