CypressError
Timed out after waiting 20000ms
for your remote page to load. Your page did not fire its load
event within 20000ms
. You can try increasing the pageLoadTimeout
value in cypress.json
to wait longer. Browsers will not fire the load
event until all stylesheets and scripts are done downloading. When this load
event occurs, Cypress will continue running commands.
There are different way to do it:
Method 1:
Use it in Command.
Method 2:
Add it in
cypress.json
file.