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 use drakov inside our jest/react integration tests and we noticed that the stealthmode setting does not disable all console.log output. we still get 5+ console.log calls: 1, 2, 3, 4 and 5. Should the stealthmode option also suppress this output or there would be another way to silence these logs? This would help to lot to control the noise on our test output.
The text was updated successfully, but these errors were encountered:
We use drakov inside our jest/react integration tests and we noticed that the
stealthmode
setting does not disable allconsole.log
output. we still get 5+console.log
calls: 1, 2, 3, 4 and 5. Should thestealthmode
option also suppress this output or there would be another way to silence these logs? This would help to lot to control the noise on our test output.The text was updated successfully, but these errors were encountered: