UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (6 loc) 287 B
import type { RunLabel, RunLabelObject } from '../../types/internal'; /** * Get `RunLabelObject` from `RunLabel`. * Not internal because `runLabel` is a part of `TestRun` type, used in userland hooks. */ export declare const getRunLabelObject: (runLabel: RunLabel) => RunLabelObject;