@wdio/cucumber-framework
Version:
A WebdriverIO plugin. Adapter for Cucumber.js testing framework.
5 lines • 404 B
TypeScript
import type { CucumberOptions } from './types.js';
export declare const DEFAULT_TIMEOUT = 60000;
export declare const DEFAULT_OPTS: CucumberOptions;
export declare const CUCUMBER_HOOK_DEFINITION_TYPES: readonly ["beforeTestRunHookDefinitionConfigs", "beforeTestCaseHookDefinitionConfigs", "afterTestCaseHookDefinitionConfigs", "afterTestRunHookDefinitionConfigs"];
//# sourceMappingURL=constants.d.ts.map