-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
This was referenced Aug 5, 2024
Merged
Not sure yet if this should be closed, re-opening automatic close by GH |
corrideat
added a commit
that referenced
this issue
Sep 7, 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 <songxevin@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
All of our failure videos are timing out when they're being uploaded to Cypress Dashboard, see: cypress-io/github-action#1232
Solution
The text was updated successfully, but these errors were encountered: