UNPKG

playwright-cucumber-ts-steps

Version:

A collection of reusable Playwright step definitions for Cucumber in TypeScript, designed to streamline end-to-end testing across web, API, and mobile applications.

11 lines (10 loc) 374 B
export * from "./iframes/frames"; export * from "./custom_setups/loginHooks"; export * from "./helpers/compareSnapshots"; export * from "./helpers/hooks"; export * from "./helpers/utils"; export * from "./helpers/world"; export type { CustomWorld } from "./helpers/world"; export * from "./actions"; export * from "./assertions"; export * from "./custom_setups/loginHooks";