UNPKG

concordialang-codeceptjs-webdriverio

Version:

Concordia Language plug-in to generate test scripts for CodeceptJS with WebDriverIO

13 lines (12 loc) 515 B
import { HelperConfiguration } from "concordialang-codeceptjs-core"; import { TestScriptExecutionOptions } from "concordialang-plugin"; export declare class WebDriverHelperConfiguration implements HelperConfiguration { readonly _require: string; private readonly _browser; private readonly _url; constructor(_require?: string, _browser?: any, _url?: string); /** @inheritdoc */ name(): string; /** @inheritdoc */ generate(execOptions: TestScriptExecutionOptions): any; }