Skip to content

Commit 7423b5b

Browse files
Merge branch 'develop' into release/15.0.0
2 parents b7de30a + 242fb56 commit 7423b5b

File tree

11 files changed

+26
-16
lines changed

11 files changed

+26
-16
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
@@ -20,7 +20,7 @@ _Released 07/01/2025 (PENDING)_
2020

2121
## 14.3.3
2222

23-
_Released 5/6/2025 (PENDING)_
23+
_Released 5/6/2025_
2424

2525
**Performance:**
2626

@@ -29,13 +29,18 @@ _Released 5/6/2025 (PENDING)_
2929
**Bugfixes:**
3030

3131
- 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).
32+
- 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).
3233
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
3334

3435
**Misc:**
3536

3637
- The Assertions menu when you right click in `experimentalStudio` tests now displays in dark mode. Addresses [#10621](https://github.com/cypress-io/cypress-services/issues/10621). Addressed in [#31598](https://github.com/cypress-io/cypress/pull/31598).
3738
- 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).
3839

40+
**Dependency Updates:**
41+
42+
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
43+
3944
## 14.3.2
4045

4146
_Released 4/22/2025_
@@ -45,10 +50,6 @@ _Released 4/22/2025_
4550
- 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).
4651
- 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).
4752

48-
**Misc:**
49-
50-
- 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).
51-
5253
## 14.3.1
5354

5455
_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",
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4216,5 +4216,5 @@
42164216
"./tooling/v8-snapshot/cache/darwin/snapshot-entry.js"
42174217
],
42184218
"deferredHashFile": "yarn.lock",
4219-
"deferredHash": "5beea7da8c60451b7ca5fe7c4d35f560e6833c704c8315d57a7bafa998229603"
4219+
"deferredHash": "3ef054c0eb6d6099a1af747ab38c79d211839d24ced45271ed7ba4cc59273110"
42204220
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4219,5 +4219,5 @@
42194219
"./tooling/v8-snapshot/cache/linux/snapshot-entry.js"
42204220
],
42214221
"deferredHashFile": "yarn.lock",
4222-
"deferredHash": "5beea7da8c60451b7ca5fe7c4d35f560e6833c704c8315d57a7bafa998229603"
4222+
"deferredHash": "3ef054c0eb6d6099a1af747ab38c79d211839d24ced45271ed7ba4cc59273110"
42234223
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4219,5 +4219,5 @@
42194219
"./tooling/v8-snapshot/cache/win32/snapshot-entry.js"
42204220
],
42214221
"deferredHashFile": "yarn.lock",
4222-
"deferredHash": "f85477e5c9c1b44aa2cb00493b361210e023fd9969ebb57763356c9f295daf63"
4222+
"deferredHash": "d46b18022dd83187f13f3866c8cba86e040c9eaa3cd475265dd6ef87066a9ce5"
42234223
}

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12258,7 +12258,16 @@ [email protected], cli-spinners@^2.5.0:
1225812258
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
1225912259
integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==
1226012260

12261-
[email protected], cli-table3@^0.6.3, cli-table3@~0.6.5:
12261+
12262+
version "0.6.1"
12263+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.1.tgz#36ce9b7af4847f288d3cdd081fbd09bf7bd237b8"
12264+
integrity sha512-w0q/enDHhPLq44ovMGdQeeDLvwxwavsJX7oQGYt/LrBlYsyaxyDnp6z3QzFut/6kLLKnlcUVJLrpB7KBfgG/RA==
12265+
dependencies:
12266+
string-width "^4.2.0"
12267+
optionalDependencies:
12268+
colors "1.4.0"
12269+
12270+
cli-table3@^0.6.3:
1226212271
version "0.6.5"
1226312272
resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
1226412273
integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
@@ -12538,7 +12547,7 @@ colorette@^2.0.10, colorette@^2.0.14, colorette@^2.0.20:
1253812547
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
1253912548
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
1254012549

12541-
colors@^1.4.0:
12550+
colors@1.4.0, colors@^1.4.0:
1254212551
version "1.4.0"
1254312552
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
1254412553
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==

0 commit comments

Comments
 (0)