-
Notifications
You must be signed in to change notification settings - Fork 116
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
BUG - Deployment test phase hangs indefinitely once all the tests are completed (using Cypress) #347
Comments
@jeececab are you using 3.4.1? Please see #115 (comment) |
Hey! Thanks for the follow up, |
@jeececab can you try 3.4.1? Let us know if you still experience the issue using that version of Cypress. |
I have the same problem and confirmed it exists on 3.8.1 as well as 3.4.1. |
Same problem for me (v3.8.1). I would try with 3.4.1, but now I'm blocked by another problem in the build phase. |
Same issue here, downgrading to cypress 3.4.1 didn't help. |
I have the same issue. The build hangs on test, or gets past test and shows a deploy failed. I've been trying many different variations with no luck. ARN |
For those having issues see #352 (comment) |
I am facing the same issue! |
I temporarily fix it by running cypress tests in the build phase. But you can't download the videos if tests fail |
@kahdojay Hi! No 3.4.1 didn't resolve the issue. |
As per @patleeman (#352) and our latest comment on #115 , the recent change in mochawesome-merge syntax is causing this behavior, the exception is being eaten and not re-thrown properly, as described on #115, each fix is currently pending release and will be GA next week. In the meantime updating the syntax of the final postTest command as described will get your tests working again. |
@jeececab @neilbts @trietjack @ben-elsen Please verify the fix. Closing the issue. |
@swaminator I confirmed it is working as of this morning. Thank you! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When I try to deploy, the tests run as usual, but the test step hangs indefinitely once the tests are over, therefore the deployment never happens. Had no similar problem before. I did a deployment last week with no problem whatsoever. I didn't change the build settings.
Build settings:
The text was updated successfully, but these errors were encountered: