UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 251 B
import type { StepBody, StepOptions } from './types/internal'; /** * Declares a test step (could calls Playwright's `test.step` function inside). */ export declare const step: (name: string, body?: StepBody, options?: StepOptions) => Promise<void>;