You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cli/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ _Released 5/21/2024 (PENDING)_
6
6
**Bugfixes:**
7
7
8
8
- Fixed an issue where Cypress was unable to search in the Specs list for files or folders containing numbers. Fixes [#29034](https://github.com/cypress-io/cypress/issues/29034).
9
+
- Fixed an issue where Cypress would use the wrong URL to upload Test Replay recordings when it wasn't able to determine the upload URL. It now displays an error when the upload URL cannot be determined, rather than a "Request Entity Too Large" error. Addressed in [#29512](https://github.com/cypress-io/cypress/pull/29512).
Copy file name to clipboardexpand all lines: system-tests/__snapshots__/record_spec.js
+83
Original file line number
Diff line number
Diff line change
@@ -4248,3 +4248,86 @@ StatusCodeError: 500 - "Internal Server Error"
4248
4248
4249
4249
4250
4250
`
4251
+
4252
+
exports['e2e record capture-protocol enabled but missing upload url Does not try to upload the protocol artifact to the capture protocol script url 1']=`
0 commit comments