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
When using the beforeEach with callback (i.e. beforeEach(done => promise.then(() => done())). The cypress runner hangs when a test fails.
Desired behavior:
When a test fails, move to the next one and in the end, turn off the runner.
At very least, implement timeout that won't allow runner to be running forever.
Current behaviour:
When using the
beforeEach
with callback (i.e.beforeEach(done => promise.then(() => done())
). The cypress runner hangs when a test fails.Desired behavior:
When a test fails, move to the next one and in the end, turn off the runner.
At very least, implement timeout that won't allow runner to be running forever.
Steps to reproduce: (app code and test code)
Sorry I didn't know there is tiny version. Hopefully, tiny change to kitchensink should be ok
https://github.com/cypress-io/cypress-example-kitchensink/compare/master...viktomas:before-each-hangs?expand=1
This is the whole change in https://github.com/cypress-io/cypress-example-kitchensink that reproduces the issue.
Versions
Cypress 3.4.0, osx, node 8 and node 10
Note
Reading through #1075 I think these issues might be related.
The text was updated successfully, but these errors were encountered: