Skip to content

Commit 43e8797

Browse files
authored
Merge branch 'develop' into issue-30198
2 parents ff36795 + 6eda553 commit 43e8797

File tree

11 files changed

+59
-52
lines changed

11 files changed

+59
-52
lines changed

.circleci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

3-
chrome-stable-version: &chrome-stable-version "135.0.7049.114"
4-
chrome-beta-version: &chrome-beta-version "136.0.7103.48"
3+
chrome-stable-version: &chrome-stable-version "136.0.7103.59"
4+
chrome-beta-version: &chrome-beta-version "137.0.7151.6"
55
firefox-stable-version: &firefox-stable-version "137.0"
66

77
orbs:

cli/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
22
## 14.3.3
33

4-
_Released 5/6/2025 (PENDING)_
4+
_Released 5/6/2025_
55

66
**Performance:**
77

@@ -10,6 +10,7 @@ _Released 5/6/2025 (PENDING)_
1010
**Bugfixes:**
1111

1212
- Fixed an issue where the configuration setting `trashAssetsBeforeRuns=false` was ignored for assets in the `videosFolder`. These assets were incorrectly deleted before running tests with `cypress run`. Addresses [#8280](https://github.com/cypress-io/cypress/issues/8280).
13+
- Fixed an issue where Cypress was hanging when piping stdout and stderr to a file, and using `@cypress/grep` results in many matched files. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
1314
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
1415

1516
**Misc:**
@@ -18,6 +19,10 @@ _Released 5/6/2025 (PENDING)_
1819
- The URL in the Cypress App no longer displays a white background when the URL is loading. Fixes [#31556](https://github.com/cypress-io/cypress/issues/31556).
1920
- Added timeout field to EnqueuedCommandAttributes type. Fixes [#30198](https://github.com/cypress-io/cypress/issues/30198).
2021

22+
**Dependency Updates:**
23+
24+
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
25+
2126
## 14.3.2
2227

2328
_Released 4/22/2025_
@@ -27,10 +32,6 @@ _Released 4/22/2025_
2732
- Fixed an issue where auto scroll in the Cypress Command Log was not scrolling correctly. Fixes [#31530](https://github.com/cypress-io/cypress/issues/31530).
2833
- Fixed an issue where a message pointing users to the Cypress Cloud was not displaying on runs with failures in CI. Fixes [#31550](https://github.com/cypress-io/cypress/issues/31550).
2934

30-
**Misc:**
31-
32-
- The URL in the Cypress App no longer displays a white background when the URL is loading. Fixes [#31556](https://github.com/cypress-io/cypress/issues/31556).
33-
3435
## 14.3.1
3536

3637
_Released 4/17/2025_

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"check-more-types": "^2.24.0",
3434
"ci-info": "^4.1.0",
3535
"cli-cursor": "^3.1.0",
36-
"cli-table3": "~0.6.5",
36+
"cli-table3": "0.6.1",
3737
"commander": "^6.2.1",
3838
"common-tags": "^1.8.0",
3939
"dayjs": "^1.10.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "14.3.2",
3+
"version": "14.3.3",
44
"description": "Cypress is a next generation front end testing tool built for the modern web",
55
"private": true,
66
"scripts": {

packages/app/cypress/e2e/studio/studio.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('studio functionality', () => {
233233
cy.get('[data-cy="ai-status-text"]').should('contain.text', 'Enabled')
234234

235235
// Verify that the AI output is correct
236-
cy.get('[data-cy="studio-ai-output-textarea"]').should('contain.text', aiOutput)
236+
cy.get('[data-cy="recommendation-editor"]').should('contain', aiOutput)
237237
})
238238
})
239239

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"chokidar": "3.5.1",
5151
"chrome-remote-interface": "0.33.3",
5252
"ci-info": "^4.1.0",
53-
"cli-table3": "0.6.5",
53+
"cli-table3": "0.6.1",
5454
"coffeescript": "2.6.0",
5555
"color-string": "1.5.5",
5656
"command-exists": "1.2.9",
85 Bytes
Loading

tooling/v8-snapshot/cache/darwin/snapshot-meta.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"./node_modules/@babel/traverse/lib/path/introspection.js",
88
"./node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js",
99
"./node_modules/@babel/types/lib/definitions/index.js",
10-
"./node_modules/@colors/colors/lib/system/supports-colors.js",
1110
"./node_modules/@cspotcode/source-map-support/source-map-support.js",
1211
"./node_modules/@cypress/commit-info/node_modules/debug/src/node.js",
1312
"./node_modules/@cypress/commit-info/node_modules/get-stream/buffer-stream.js",
@@ -17,6 +16,7 @@
1716
"./node_modules/chrome-remote-interface/node_modules/ws/lib/websocket.js",
1817
"./node_modules/ci-info/index.js",
1918
"./node_modules/coffeescript/lib/coffeescript/helpers.js",
19+
"./node_modules/colors/lib/system/supports-colors.js",
2020
"./node_modules/compression/node_modules/debug/src/node.js",
2121
"./node_modules/debug/src/node.js",
2222
"./node_modules/evil-dns/evil-dns.js",
@@ -154,8 +154,6 @@
154154
"./node_modules/@babel/types/lib/modifications/appendToMemberExpression.js",
155155
"./node_modules/@babel/types/lib/modifications/prependToMemberExpression.js",
156156
"./node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js",
157-
"./node_modules/@colors/colors/lib/colors.js",
158-
"./node_modules/@colors/colors/safe.js",
159157
"./node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
160158
"./node_modules/@cypress/commit-info/node_modules/debug/src/browser.js",
161159
"./node_modules/@cypress/commit-info/node_modules/debug/src/index.js",
@@ -232,6 +230,8 @@
232230
"./node_modules/coffeescript/lib/coffeescript/index.js",
233231
"./node_modules/coffeescript/lib/coffeescript/nodes.js",
234232
"./node_modules/coffeescript/lib/coffeescript/register.js",
233+
"./node_modules/colors/lib/colors.js",
234+
"./node_modules/colors/safe.js",
235235
"./node_modules/combined-stream/lib/combined_stream.js",
236236
"./node_modules/compression/index.js",
237237
"./node_modules/compression/node_modules/debug/src/browser.js",
@@ -1039,14 +1039,6 @@
10391039
"./node_modules/@babel/types/lib/validators/react/isCompatTag.js",
10401040
"./node_modules/@babel/types/lib/validators/react/isReactComponent.js",
10411041
"./node_modules/@babel/types/lib/validators/validate.js",
1042-
"./node_modules/@colors/colors/lib/custom/trap.js",
1043-
"./node_modules/@colors/colors/lib/custom/zalgo.js",
1044-
"./node_modules/@colors/colors/lib/maps/america.js",
1045-
"./node_modules/@colors/colors/lib/maps/rainbow.js",
1046-
"./node_modules/@colors/colors/lib/maps/random.js",
1047-
"./node_modules/@colors/colors/lib/maps/zebra.js",
1048-
"./node_modules/@colors/colors/lib/styles.js",
1049-
"./node_modules/@colors/colors/lib/system/has-flag.js",
10501042
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/index.js",
10511043
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/enoent.js",
10521044
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/parse.js",
@@ -1612,7 +1604,6 @@
16121604
"./node_modules/ci-info/vendors.json",
16131605
"./node_modules/cli-table3/index.js",
16141606
"./node_modules/cli-table3/src/cell.js",
1615-
"./node_modules/cli-table3/src/debug.js",
16161607
"./node_modules/cli-table3/src/layout-manager.js",
16171608
"./node_modules/cli-table3/src/table.js",
16181609
"./node_modules/cli-table3/src/utils.js",
@@ -1628,6 +1619,14 @@
16281619
"./node_modules/color-convert/route.js",
16291620
"./node_modules/color-name/index.js",
16301621
"./node_modules/color-string/index.js",
1622+
"./node_modules/colors/lib/custom/trap.js",
1623+
"./node_modules/colors/lib/custom/zalgo.js",
1624+
"./node_modules/colors/lib/maps/america.js",
1625+
"./node_modules/colors/lib/maps/rainbow.js",
1626+
"./node_modules/colors/lib/maps/random.js",
1627+
"./node_modules/colors/lib/maps/zebra.js",
1628+
"./node_modules/colors/lib/styles.js",
1629+
"./node_modules/colors/lib/system/has-flag.js",
16311630
"./node_modules/command-exists/index.js",
16321631
"./node_modules/command-exists/lib/command-exists.js",
16331632
"./node_modules/common-path-prefix/index.js",
@@ -4211,5 +4210,5 @@
42114210
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
42124211
],
42134212
"deferredHashFile": "yarn.lock",
4214-
"deferredHash": "5d74de9bbedf1995fdb2501108e4358ecb4d72771a17ba6ac4b53a1900edb977"
4213+
"deferredHash": "d1852fde679d605f4655cfcfe4fcaa51fb9e36bf8b5de1c9af96d9e2a3188e7e"
42154214
}

tooling/v8-snapshot/cache/linux/snapshot-meta.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"./node_modules/@babel/traverse/lib/path/introspection.js",
88
"./node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js",
99
"./node_modules/@babel/types/lib/definitions/index.js",
10-
"./node_modules/@colors/colors/lib/system/supports-colors.js",
1110
"./node_modules/@cspotcode/source-map-support/source-map-support.js",
1211
"./node_modules/@cypress/commit-info/node_modules/debug/src/node.js",
1312
"./node_modules/@cypress/commit-info/node_modules/get-stream/buffer-stream.js",
@@ -17,6 +16,7 @@
1716
"./node_modules/chrome-remote-interface/node_modules/ws/lib/websocket.js",
1817
"./node_modules/ci-info/index.js",
1918
"./node_modules/coffeescript/lib/coffeescript/helpers.js",
19+
"./node_modules/colors/lib/system/supports-colors.js",
2020
"./node_modules/compression/node_modules/debug/src/node.js",
2121
"./node_modules/debug/src/node.js",
2222
"./node_modules/evil-dns/evil-dns.js",
@@ -154,8 +154,6 @@
154154
"./node_modules/@babel/types/lib/modifications/appendToMemberExpression.js",
155155
"./node_modules/@babel/types/lib/modifications/prependToMemberExpression.js",
156156
"./node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js",
157-
"./node_modules/@colors/colors/lib/colors.js",
158-
"./node_modules/@colors/colors/safe.js",
159157
"./node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
160158
"./node_modules/@cypress/commit-info/node_modules/debug/src/browser.js",
161159
"./node_modules/@cypress/commit-info/node_modules/debug/src/index.js",
@@ -232,6 +230,8 @@
232230
"./node_modules/coffeescript/lib/coffeescript/index.js",
233231
"./node_modules/coffeescript/lib/coffeescript/nodes.js",
234232
"./node_modules/coffeescript/lib/coffeescript/register.js",
233+
"./node_modules/colors/lib/colors.js",
234+
"./node_modules/colors/safe.js",
235235
"./node_modules/combined-stream/lib/combined_stream.js",
236236
"./node_modules/compression/index.js",
237237
"./node_modules/compression/node_modules/debug/src/browser.js",
@@ -1038,14 +1038,6 @@
10381038
"./node_modules/@babel/types/lib/validators/react/isCompatTag.js",
10391039
"./node_modules/@babel/types/lib/validators/react/isReactComponent.js",
10401040
"./node_modules/@babel/types/lib/validators/validate.js",
1041-
"./node_modules/@colors/colors/lib/custom/trap.js",
1042-
"./node_modules/@colors/colors/lib/custom/zalgo.js",
1043-
"./node_modules/@colors/colors/lib/maps/america.js",
1044-
"./node_modules/@colors/colors/lib/maps/rainbow.js",
1045-
"./node_modules/@colors/colors/lib/maps/random.js",
1046-
"./node_modules/@colors/colors/lib/maps/zebra.js",
1047-
"./node_modules/@colors/colors/lib/styles.js",
1048-
"./node_modules/@colors/colors/lib/system/has-flag.js",
10491041
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/index.js",
10501042
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/enoent.js",
10511043
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/parse.js",
@@ -1613,7 +1605,6 @@
16131605
"./node_modules/ci-info/vendors.json",
16141606
"./node_modules/cli-table3/index.js",
16151607
"./node_modules/cli-table3/src/cell.js",
1616-
"./node_modules/cli-table3/src/debug.js",
16171608
"./node_modules/cli-table3/src/layout-manager.js",
16181609
"./node_modules/cli-table3/src/table.js",
16191610
"./node_modules/cli-table3/src/utils.js",
@@ -1629,6 +1620,14 @@
16291620
"./node_modules/color-convert/route.js",
16301621
"./node_modules/color-name/index.js",
16311622
"./node_modules/color-string/index.js",
1623+
"./node_modules/colors/lib/custom/trap.js",
1624+
"./node_modules/colors/lib/custom/zalgo.js",
1625+
"./node_modules/colors/lib/maps/america.js",
1626+
"./node_modules/colors/lib/maps/rainbow.js",
1627+
"./node_modules/colors/lib/maps/random.js",
1628+
"./node_modules/colors/lib/maps/zebra.js",
1629+
"./node_modules/colors/lib/styles.js",
1630+
"./node_modules/colors/lib/system/has-flag.js",
16321631
"./node_modules/command-exists/index.js",
16331632
"./node_modules/command-exists/lib/command-exists.js",
16341633
"./node_modules/common-path-prefix/index.js",
@@ -4214,5 +4213,5 @@
42144213
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
42154214
],
42164215
"deferredHashFile": "yarn.lock",
4217-
"deferredHash": "5d74de9bbedf1995fdb2501108e4358ecb4d72771a17ba6ac4b53a1900edb977"
4216+
"deferredHash": "d1852fde679d605f4655cfcfe4fcaa51fb9e36bf8b5de1c9af96d9e2a3188e7e"
42184217
}

tooling/v8-snapshot/cache/win32/snapshot-meta.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"./node_modules/@babel/traverse/lib/path/introspection.js",
88
"./node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js",
99
"./node_modules/@babel/types/lib/definitions/index.js",
10-
"./node_modules/@colors/colors/lib/system/supports-colors.js",
1110
"./node_modules/@cspotcode/source-map-support/source-map-support.js",
1211
"./node_modules/@cypress/commit-info/node_modules/debug/src/node.js",
1312
"./node_modules/@cypress/commit-info/node_modules/get-stream/buffer-stream.js",
@@ -17,6 +16,7 @@
1716
"./node_modules/chrome-remote-interface/node_modules/ws/lib/websocket.js",
1817
"./node_modules/ci-info/index.js",
1918
"./node_modules/coffeescript/lib/coffeescript/helpers.js",
19+
"./node_modules/colors/lib/system/supports-colors.js",
2020
"./node_modules/compression/node_modules/debug/src/node.js",
2121
"./node_modules/debug/src/node.js",
2222
"./node_modules/evil-dns/evil-dns.js",
@@ -154,8 +154,6 @@
154154
"./node_modules/@babel/types/lib/modifications/appendToMemberExpression.js",
155155
"./node_modules/@babel/types/lib/modifications/prependToMemberExpression.js",
156156
"./node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js",
157-
"./node_modules/@colors/colors/lib/colors.js",
158-
"./node_modules/@colors/colors/safe.js",
159157
"./node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js",
160158
"./node_modules/@cypress/commit-info/node_modules/debug/src/browser.js",
161159
"./node_modules/@cypress/commit-info/node_modules/debug/src/index.js",
@@ -234,6 +232,8 @@
234232
"./node_modules/coffeescript/lib/coffeescript/index.js",
235233
"./node_modules/coffeescript/lib/coffeescript/nodes.js",
236234
"./node_modules/coffeescript/lib/coffeescript/register.js",
235+
"./node_modules/colors/lib/colors.js",
236+
"./node_modules/colors/safe.js",
237237
"./node_modules/combined-stream/lib/combined_stream.js",
238238
"./node_modules/compression/index.js",
239239
"./node_modules/compression/node_modules/debug/src/browser.js",
@@ -1044,14 +1044,6 @@
10441044
"./node_modules/@babel/types/lib/validators/react/isCompatTag.js",
10451045
"./node_modules/@babel/types/lib/validators/react/isReactComponent.js",
10461046
"./node_modules/@babel/types/lib/validators/validate.js",
1047-
"./node_modules/@colors/colors/lib/custom/trap.js",
1048-
"./node_modules/@colors/colors/lib/custom/zalgo.js",
1049-
"./node_modules/@colors/colors/lib/maps/america.js",
1050-
"./node_modules/@colors/colors/lib/maps/rainbow.js",
1051-
"./node_modules/@colors/colors/lib/maps/random.js",
1052-
"./node_modules/@colors/colors/lib/maps/zebra.js",
1053-
"./node_modules/@colors/colors/lib/styles.js",
1054-
"./node_modules/@colors/colors/lib/system/has-flag.js",
10551047
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/index.js",
10561048
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/enoent.js",
10571049
"./node_modules/@cypress/commit-info/node_modules/cross-spawn/lib/parse.js",
@@ -1617,7 +1609,6 @@
16171609
"./node_modules/ci-info/vendors.json",
16181610
"./node_modules/cli-table3/index.js",
16191611
"./node_modules/cli-table3/src/cell.js",
1620-
"./node_modules/cli-table3/src/debug.js",
16211612
"./node_modules/cli-table3/src/layout-manager.js",
16221613
"./node_modules/cli-table3/src/table.js",
16231614
"./node_modules/cli-table3/src/utils.js",
@@ -1633,6 +1624,14 @@
16331624
"./node_modules/color-convert/route.js",
16341625
"./node_modules/color-name/index.js",
16351626
"./node_modules/color-string/index.js",
1627+
"./node_modules/colors/lib/custom/trap.js",
1628+
"./node_modules/colors/lib/custom/zalgo.js",
1629+
"./node_modules/colors/lib/maps/america.js",
1630+
"./node_modules/colors/lib/maps/rainbow.js",
1631+
"./node_modules/colors/lib/maps/random.js",
1632+
"./node_modules/colors/lib/maps/zebra.js",
1633+
"./node_modules/colors/lib/styles.js",
1634+
"./node_modules/colors/lib/system/has-flag.js",
16361635
"./node_modules/command-exists/index.js",
16371636
"./node_modules/command-exists/lib/command-exists.js",
16381637
"./node_modules/common-path-prefix/index.js",
@@ -4214,5 +4213,5 @@
42144213
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
42154214
],
42164215
"deferredHashFile": "yarn.lock",
4217-
"deferredHash": "f63d2697a50b3b6e3bf056a593ed344e0f266da7bd49e6c4a63288bc0d61a585"
4216+
"deferredHash": "71703cd44753cc0b22fbe1805147c5c5285e76dfcd2c16371134875be9175458"
42184217
}

0 commit comments

Comments
 (0)