diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 25694223e2a3..55cb1924ed9a 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -5424,6 +5424,8 @@ declare namespace Cypress { /** Override *name* for display purposes only */ displayName: string message: any + /** Set to false if you want to control the finishing of the command in the log yourself */ + autoEnd: boolean /** Return an object that will be printed in the dev tools console */ consoleProps(): ObjectLike }