-
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
Amplify + Cypress: Deployment test phase hangs indefinitely once all the tests are completed #6065
Comments
I am currently struggling with an identical problem. I have a single very simple test which is passing. When I download the artifacts I can see the test executing successfully. I've seen a few variations throughout the day and with various tweaks (eg. calling executables with Also, I don't think Cypress is reporting your tests as failing. The headers are just not aligned with the results. |
@neilbts Oh you're right about the last point, thanks. I removed it from the description. Interesting points. I tried a few variations too with no success :( Never had problems in the past weeks. It may be a regression on their side (Amplify or Cypress). I also opened an issue with amplify-console: |
What browser and OS? Could be similar to #6023? |
I am running the following... |
Same problem here, tests were running correctly last year, now they hang at the end of the test phase (all test passed). [venting mode on] Actually it's a bit frustrating, I'm new with amplify, but as of now it seems to be complicating my life instead of easing it. I've read "production ready" but it's like everything I'm trying has a bug. [/venting mode off] |
For the record I tried with video disabled ( @danieletieghi same feelings about Amplify. It has been overpromised and underdelivered. |
Closing (issue resolved): see aws-amplify/amplify-hosting#347 |
Current behavior:
When I try to deploy, the tests run as usual, but the test step hangs indefinitely once the tests are over (At the "All specs passed" line), 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:
Desired behavior:
The deploying step should happen after the tests, OR the tests results should show (artefacts, etc) after failure.
Steps to reproduce: (app code and test code)
Deploy on Amplify and add the Cypress tests step in the build
Versions
Cypress 3.8.1 and also tried 3.7.0 (which was working fine before)
The text was updated successfully, but these errors were encountered: