You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
When a test times out, we call treeKill() on the Cypress process
tree, followed by rejecting the promise. However, killing the Cypress
process triggers the `exit` event callback, which causes us to resolve
the promise before we have a chance to reject it.
0 commit comments