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

Fix Cypress failure videos not being uploaded to Cypress Dashboard #2284

Open
taoeffect opened this issue Aug 5, 2024 · 1 comment · Fixed by #2285
Open

Fix Cypress failure videos not being uploaded to Cypress Dashboard #2284

taoeffect opened this issue Aug 5, 2024 · 1 comment · Fixed by #2285

Comments

@taoeffect
Copy link
Member

Problem

All of our failure videos are timing out when they're being uploaded to Cypress Dashboard, see: cypress-io/github-action#1232

Solution

  1. Upgrade Cypress to latest version
  2. Use the recommended workflow mentioned here: Github Actions finishes but Cypress dashboard stuck on "Pending" / Incomplete / Timed out cypress-io/github-action#1232 (comment)
@taoeffect
Copy link
Member Author

Not sure yet if this should be closed, re-opening automatic close by GH

@taoeffect taoeffect reopened this Aug 6, 2024
SebinSong added a commit that referenced this issue Sep 2, 2024
corrideat added a commit that referenced this issue Sep 5, 2024
taoeffect pushed a commit that referenced this issue Sep 8, 2024
* install the latest version / cypress.json to cypress.config.js

* add experimentalRunAllSpecs in the config

* fix the style-linter err

* makes sure all test-suites pass

* increase the timeout limit for large-group test-suite

* fix docIframe related err

* fix linter er

* update comment

* IN_GITHUB_ACTIONS env variable for GA

* remove bypassUI to track down what exactly happens

* some test line for JOINED_GROUP constant

* revert all

* Debug

* Debug 2

* Locale logging

* Fix locale

* Remove unsafe .clear().type() chaining

* Remove unsafe .clear().type() chaining, take 2

* Add force: true

* Remove debug logging and deprecated Cypress option

---------

Co-authored-by: SebinSong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant