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.

13 lines (12 loc) 360 B
// Actions export * from "./clickSteps"; export * from "./cookieSteps"; export * from "./debugSteps"; export * from "./elementFindSteps"; export * from "./fillFormSteps"; export * from "./inputSteps"; export * from "./interceptionSteps"; export * from "./miscSteps"; export * from "./mouseSteps"; export * from "./scrollSteps"; export * from "./storageSteps";