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.

19 lines (14 loc) 465 B
// Iframes export * from "./iframes/frames"; // Setup (custom hooks, login, etc.) export * from "./custom_setups/loginHooks"; // Core helpers and utilities export * from "./helpers/compareSnapshots"; export * from "./helpers/hooks"; export * from "./helpers/utils"; export * from "./helpers/world"; // Types export type { CustomWorld } from "./helpers/world"; export * from "./actions"; export * from "./assertions"; export * from "./custom_setups/loginHooks";