UNPKG

ui-omakase-framework

Version:

A comprehensive E2E testing framework library with pre-built Cucumber step definitions and utilities for web automation testing

6 lines (5 loc) 190 B
/** * Step Definition Factories * These functions register step definitions with the consumer's Cucumber instance */ export declare function registerNavigationSteps(cucumber: any): void;