UNPKG

cypress-cucumber-steps

Version:
25 lines 422 B
/** * When I debug: * * ```gherkin * When I debug * ``` * * @example * * ```gherkin * When I debug * ``` * * @remarks * * Sets a `debugger` and logs what the previous command yields. * * _Developer Tools need to be open for `debug` to hit the breakpoint._ * * @see * * - {@link When_I_pause | When I pause} */ export declare function When_I_debug(): Promise<void>; //# sourceMappingURL=debug.d.ts.map