Login
From:
Filip Hric
(Uncensored)
subscribe
Make your Cypress tests faster with .clock()
https://filiphric.com/make-your-cypress-tests-faster-with-clock
links
backlinks
Roast topics
Find topics
Find it!
With .clock() and .tick() functions, it is possible to manipulate app’s time and make your test faster by skipping waits of setTimeout() and setInterval() functions.