-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respond to 'cancel run' from Dashboard and cancel remaining specs #1691
Comments
+1 |
Yes, this unfortunately didn't make it in 3.0, will be aiming for 3.1 release of this now. Deleting a run is also a feature. Opened an issue here for that: #1839 |
+1 |
@brian-mann TODO for run cancellation on test runner
|
its still not there in 3.1.4. my test are running in dashboard for more than 1.5 hours now |
@puneetiet Yes, this run cancellation not been released yet. If the run runs longer than 90 minutes, you should open a new issue because this should not happen. |
my tests are running in dashboard more than 22 hours now.. (version 3.2) how I can stop them? |
@dafiber This should never happen. If you can, please email extra details to support@cypress.io about your run. |
Any news regarding the Cancel button? Thanks! |
My question is not 100% related, but is there a way to cancel a run/spec when using the Cypress module API? I have not found anything in the docs which would suggest that. I would like to be able to cancel a run with e.g. cy.cancel(), or do I need to run cypress in a Node child process and end the child process in order to end a running test? |
holle How to remove test from the dashboard vesion 3.3.1?thanks |
@DennisLoska You may want to look at some of the workarounds in this issue: #518 @SUSANO-O This is not currently supported. See this issue: #1839 |
I don't know whether this is technically feasible, but if possible, it would be nice if cancelled runs still had video output. |
hello good day there are examples of how to use window other than cypress documents, muchas gracias. |
Hi. Just I'm having same issue as @dafiber. How do I stop my spec file that has been running for a while now. The job has already failed in circleci. Or even a workaround for this would be appreciated. Thanks. |
Hello, any updates on this? @jennifer-shehane Or any feasible workarounds? 90% of my builds sit there still thinking tests are running even though they're not. |
JSON schemas changes to be tested against: https://github.com/cypress-io/json-schemas/pull/507 |
Hello, |
The code for this is done in cypress-io/cypress#14925, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
New button to 'Cancel' run will be added to Dashboard, want to cancel the run and any remaining specs left to run.
Cancel button (only displayed when running):
API Issue: https://github.com/cypress-io/cypress-api/issues/455
Dashboard Issue: https://github.com/cypress-io/cypress-dashboard/issues/502
The text was updated successfully, but these errors were encountered: