detox-allure2-adapter
Version:
Detox adapter for jest-allure2-reporter
6 lines (5 loc) • 493 B
TypeScript
import type { StepDescription } from '../../types';
import type { WebExpectationInvocation, WebInvocation, WebPredicate } from '../detox-payload';
export declare function formatWebPredicate(predicate: WebPredicate | undefined, atIndex: number | undefined, prefix?: string): StepDescription;
export declare const formatWebAction: (invocation: WebInvocation) => StepDescription | null;
export declare const formatWebExpectation: (invocation: WebExpectationInvocation) => StepDescription | null;