Skip to content

Commit

Permalink
fix: update Cypress' log bar with timeout information (#240)
Browse files Browse the repository at this point in the history
Fixes #217
  • Loading branch information
NicholasBoll committed Nov 15, 2022
1 parent e9fdfae commit 8d66009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -51,6 +51,7 @@ function createCommand(queryName, implementationName) {
type: prevSubject ? 'child' : 'parent',
name: queryName,
message: inputArr,
timeout: options.timeout,
consoleProps: () => consoleProps,
})
}
Expand Down

0 comments on commit 8d66009

Please sign in to comment.