From 64cc0e3323516bfdc2cd0ac60deade2a12305da0 Mon Sep 17 00:00:00 2001 From: linkel Date: Thu, 17 Dec 2020 08:13:05 -0800 Subject: [PATCH] Add autoEnd to LogConfig type --- cli/types/cypress.d.ts | 1 + 1 file changed, 1 insertion(+) 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 */