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 committed Feb 12, 2021
1 parent 5e05495 commit c859dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/types/cypress.d.ts
Expand Up @@ -5381,6 +5381,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 c859dea

Please sign in to comment.