• When I log:

    When I log {string}
    

    Parameters

    • message: string

    Returns void

    When I log "Hello, world!"
    

    Prints a message to the Cypress Command Log.