cypress-cucumber-steps
Version:
Cypress Cucumber step definitions
19 lines • 297 B
TypeScript
/**
* 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