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.

4 lines (3 loc) 248 B
import { BrowserContext } from "playwright"; export declare function injectStorage(world: any, type: string, key: string, value: string): Promise<void>; export declare function saveSessionData(context: BrowserContext, file: string): Promise<void>;