Improve tests speed #28391
Unanswered
IvanovRoman
asked this question in
Component Testing
Improve tests speed
#28391
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use component testing for my tests and use webpack to build code. The wait between tests runs is very long. When I enabled
DEBUG=cypress:*
mode, I noticed that these lines add 2 seconds to the time between tests.How can I disable them to speed up my tests?
Beta Was this translation helpful? Give feedback.
All reactions