Add log: boolean option to cy.tick
See original GitHub issueWhat would you like?
cy.tick(2000, { log: false });
Currently there is no log option on tick, as I had expected while working on customizing my log. Was wondering if it was an oversight or on purpose?
Why is this needed?
To align with the feature set surrounding allowing you to customize your log, most commands support this option so I was expecting this one to have it too, and would be nice to silence this one in a specific custom command I’m building though I’ll of course live without it
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
log - Cypress Documentation
Print a message to the Cypress Command Log. Syntax Usage Correct Usage Arguments message (String) Message to be printed to Cypress Command Log....
Read more >Spies, Stubs & Clocks | Cypress examples (v6.4.0)
To wrap a method in a spy, use the cy.spy() command. ... @param b {number} */ add(a, b) { return a + b...
Read more >Dygraphs — options reference
Setting this to false also prevents axis ticks from being drawn and reclaims the space for the chart grid/lines. Type: boolean. Default: true...
Read more >Checkbox verification with Cypress - Tutorialspoint
check({ force: true }) − The check() command with option as argument changes the default behavior of checkbox. There can be three types...
Read more >What to do when your Boolean Operations Fail - Spatial's Blog
The most common reasons boil down to unclear design intent. boolean 3d modeling. An incremental Boolean workflow is available to Spatial customers to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s just perfect, thank you Saturnino 😃
On Fri, 19 Mar 2021 at 17.36, Saturnino Abril @.***> wrote:
Released in
7.0.0
.This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v7.0.0, please open a new issue.