Join Discord
Powered by
I think if you know a certain page is slow you can...
# e2e-testing
m
mysterious-belgium-25713
09/30/2022, 3:31 PM
I think if you know a certain page is slow you can also add a for that command that runs slow.
Copy code
js cy.visit('/index.html', { timeout: 30000 })
Previous
Next