UNPKG

cypress-cucumber-steps

Version:
19 lines 297 B
/** * When I log: * * ```gherkin * When I log {string} * ``` * * @example * * ```gherkin * When I log "Hello, world!" * ``` * * @remarks * * Prints a message to the Cypress Command Log. */ export declare function When_I_log(message: string): void; //# sourceMappingURL=log.d.ts.map