UNPKG

e2ed

Version:

E2E testing framework over Playwright

7 lines (6 loc) 183 B
/** * Custom report properties, that `doAfterPack` functions can return when the pack completes. */ export type CustomReportProperties = Readonly<{ externalPackRunId: number; }>;