Closed pinteaCosmin closed 1 year ago
There is a timeout where the Dashboard run will close after 90 minutes.
Typically this happens if a proper exit code was not issued from the machine where it ran. If you can recreate, you can run Cypress in debug mode mode and it should show near the end of the logs the exit code issued.
I also see that you are using an older version of Cypress. I would suggest updating to the current version of Cypress as there have been several improvements and your issue may already be fixed.
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.
Current behavior
Started the test from an IntelliJ configuration. The tests run and finish on my local but are reported "testing in progress" in Cypress Dashboard
Desired behavior
The end of the tests should be acknowledged by the Cypress Dashboard once are finished on the local machine. There is any timeout to be set from Cypress Dashboard perspective to kill the run?
Test code to reproduce
Here is a screenshot with my Intelijai configuration.
Cypress Version
6.5.0
Other
No response