-
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
Cypress Dashboard - Tests run completed in GitHub action but show continuously running in dashboard and not stop until I cancel it manually. #21125
Comments
im facing the same issue, i dont have a cron job, but when a test fails, github actions updates the failure but cypress dashboard continues to run till 90 mins |
https://www.freeformatter.com/cron-expression-generator-quartz.html look if your cron is correct config ... |
@adilsonfuta cron is correctly configured. |
We have a similar issue on Github Actions. We configured We're running 10 parallel jobs so when a job fails it cancels the other jobs. The automatic cancel on github side may not be handled correctly. |
I am running into a similar situation from a different context. On my workflow that runs against PRs I have a concurrency option set to cancel the in-progress run to avoid wasting CI cycles testing old commits.
This successfully stops things in Github actions but my recording continues in Cypress Cloud. |
Same issue here! |
any update on this issue? @nagash77 |
We are also getting this issue and it is blowing up our GH CI credits! |
We're encountering a similar issue. |
Similar issue as described here, when the concurrency job cancels another in progress workflow, this run is still ongoing in cypress cloud. |
Same issue here! |
same here!! |
@jennifer-shehane any chance this is on the radar to be worked on? We would love to be able to kill the cypress cloud run when we cancel in GHA. |
same here!! |
This is still an issue and Cypress is ignoring it. |
The run timeout is now configurable via the Cloud when recording. The default is 90 minutes. You can find instructions to update this to a smaller timeout, if you know your run should never be this long, here: https://docs.cypress.io/guides/cloud/account-management/projects#Run-Timeout |
Current behavior
I am running my cypress test with GitHub action. The GitHub action test takes a maximum of 6 minutes to complete the run. After the test is completed run in the GitHub action. when I go to my cypress dashboard, it will show a test running. and not stop until I cancel it manually.
Desired behavior
It should show test run completed if in the GitHub action completed test execution.
Test code to reproduce
This is my
cypress.yml
file.Cypress Version
9.5.4
Other
Here is my Github action page for reference.
https://github.com/KrupalVaghasiya/cypressBug/actions
Check this video for current behavior.
https://www.loom.com/share/19b84181594e421a8b687c1362db12ef
The text was updated successfully, but these errors were encountered: