cypress-cucumber-steps
Version:
Cypress Cucumber step definitions
23 lines • 366 B
TypeScript
/**
* When I pause:
*
* ```gherkin
* When I pause
* ```
*
* @example
*
* ```gherkin
* When I pause
* ```
*
* @remarks
*
* Stops `cy` commands from running and allows interaction with the application under test.
*
* @see
*
* - {@link When_I_debug | When I debug}
*/
export declare function When_I_pause(): void;
//# sourceMappingURL=pause.d.ts.map