Skip to content

Commit

Permalink
fix: Add autoEnd option to Cypress.Log Typescript definitions (#15076)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilgoldsmith authored and bahmutov committed Feb 14, 2021
1 parent 741c580 commit 620670c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/types/cypress.d.ts
Expand Up @@ -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
}
Expand Down

0 comments on commit 620670c

Please sign in to comment.