any way to disable Mocha summary on a single spec? #18831
Replies: 2 comments 1 reply
-
On further investigation this summary box seems to be a product of Cypress itself, not of Mocha. For example, if you configure Mocha's reporter to be |
Beta Was this translation helpful? Give feedback.
-
seems that this has been brought up: #2071 the solution was that Cypress added a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to disable the console logging of this information after each spec:
it's kindof useless to me because:
Any idea on how to disable this? Would be nice to have as a logging config option
Beta Was this translation helpful? Give feedback.
All reactions