cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.01k stars 3.18k forks source link

Cypress Dashboard #18637

Closed pinteaCosmin closed 1 year ago

pinteaCosmin commented 3 years ago

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

image image

Here is a screenshot with my Intelijai configuration.

Cypress Version

6.5.0

Other

No response

jennifer-shehane commented 3 years 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.

cypress-app-bot commented 1 year ago

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.

cypress-app-bot commented 1 year ago

This issue has been closed due to inactivity.