UNPKG

@wdio/allure-reporter

Version:
13 lines 573 B
import type { TestPlanV1 } from 'allure-js-commons/sdk'; import type { AddTestInfoEventArgs } from './types.js'; import type { WDIORuntimeMessage } from './types.js'; type LooseArgs = { file?: string; fullTitle?: string; fullName?: string; }; type MatchableArgs = LooseArgs | AddTestInfoEventArgs; export declare function applyTestPlanLabel(plan: TestPlanV1 | undefined, push: (m: WDIORuntimeMessage) => void, args: MatchableArgs): void; export declare function installBddTestPlanFilter(plan: TestPlanV1): void; export {}; //# sourceMappingURL=testplan.d.ts.map