Skip to content
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

Detect cypress crashes, send back to the dashboard #16

Closed
agoldis opened this issue Dec 13, 2022 · 1 comment
Closed

Detect cypress crashes, send back to the dashboard #16

agoldis opened this issue Dec 13, 2022 · 1 comment
Assignees

Comments

@agoldis
Copy link
Contributor

agoldis commented Dec 13, 2022

The promise returned from cypress.run can be rejected because cypress couldn't run a spec file
https://docs.cypress.io/guides/guides/module-api#Handling-errors

We'd be able to produce an "empty" result for such failures and send it back with as much details as possible - e.g. create an artificial "empty" test with an error.

@agoldis agoldis changed the title Detect cypress crashes Detect cypress crashes, send back to the dashboard Dec 14, 2022
@agoldis
Copy link
Contributor Author

agoldis commented Dec 16, 2022

Resolved in 68b933e

@agoldis agoldis closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants