diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index ee0ab096a261..25ee7017f6ed 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -5233,6 +5233,7 @@ declare namespace Cypress { interface LogConfig extends Timeoutable { /** The JQuery element for the command. This will highlight the command in the main window when debugging */ $el: JQuery + autoEnd: boolean /** Allows the name of the command to be overwritten */ name: string /** Override *name* for display purposes only */