'Your page did not fire its `load` event within `60000ms` only on Github Actions
I have Cypress tests failing only on Github CI with this error:
Your page did not fire its `load` event within `60000ms`.
I assume this is because the Cypress browser is stuck loading something Github Actions environment is blocking. Tests run fine locally. However, because I do not have access to the browser console, I cannot know what is causing the error.
Based on Cypress the service screenshot the page loaded fine, though.
How can I either
Disable
loadevent check in my Cypress tests, as I assume this is not a real issueAccess JavaScript logs or Network tab logs though Cypress service to confirm what could be the issue in Github Actions run-time environment
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
