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.

7 lines (6 loc) 446 B
import type { CustomWorld } from "../world"; export declare function resolveValue(input: string): string; export declare function resolveLoginValue(raw: string, world: CustomWorld): string | undefined; export declare function deriveSessionName(emailOrUser: string, fallback?: string): string; export declare function resolveSessionPath(world: CustomWorld, name: string): string; export declare function normalizeDeviceName(name: string): string;