UNPKG

@samepage/testing

Version:

Utilities that help with testing SamePage-compatible extensions

8 lines (7 loc) 268 B
import type { Page, test as pwtest, expect as pwexpect } from "@playwright/test"; declare const runOnboardingStep: ({ test, page, expect, }: { page: Page; test: typeof pwtest; expect: typeof pwexpect; }) => Promise<void>; export default runOnboardingStep;