You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some cases where the objets on props and state are so large and deep, that getProps and getCurrentState gets tripped up when trying to log the objects to the command log using cy.log.
It would be useful for us if it would be possible to supply an extra parameter to getProps and getCurrentState that lets you suppress the logging of the state or props object to the command log.
The text was updated successfully, but these errors were encountered:
splinecl
changed the title
Option to supress cy.log in getProps and getCurrentState
Option to suppress cy.log in getProps and getCurrentState
Jun 30, 2023
We have some cases where the objets on props and state are so large and deep, that getProps and getCurrentState gets tripped up when trying to log the objects to the command log using cy.log.
It would be useful for us if it would be possible to supply an extra parameter to getProps and getCurrentState that lets you suppress the logging of the state or props object to the command log.
The text was updated successfully, but these errors were encountered: