question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add log: boolean option to cy.tick

See original GitHub issue

What 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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
emilgoldsmithcommented, Mar 19, 2021

That’s just perfect, thank you Saturnino 😃

On Fri, 19 Mar 2021 at 17.36, Saturnino Abril @.***> wrote:

@emilgoldsmith https://github.com/emilgoldsmith I hope you don’t mind but I went ahead and created a PR to address your issue. Let me know if that works for you.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/cypress-io/cypress/issues/15180#issuecomment-802961410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEKO66VKB6CODXUKFU7WFHLTEN4PZANCNFSM4YAZ5RFQ .

0reactions
cypress-bot[bot]commented, Apr 5, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found