detox-allure2-adapter
Version:
Detox adapter for jest-allure2-reporter
5 lines (4 loc) • 353 B
TypeScript
import type { StepDescription } from '../../types';
import type { SystemExpectationMessage, SystemActionMessage } from '../detox-payload';
export declare const formatSystemAction: (invocation: SystemActionMessage) => StepDescription | null;
export declare const formatSystemExpectation: (invocation: SystemExpectationMessage) => StepDescription | null;