Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .circleci/src/pipeline/@pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ubuntu-2004-current: &ubuntu-2004-current ubuntu-2004:2024.11.1
ubuntu-2004-older: &ubuntu-2004-older ubuntu-2004:2024.05.1

orbs:
browser-tools: circleci/browser-tools@2.1.1
browser-tools: circleci/browser-tools@2.3.1

defaults: &defaults
parallelism: 1
Expand Down Expand Up @@ -563,6 +563,7 @@ commands:
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
channel: << parameters.google-chrome-channel >>
chrome_version: << parameters.google-chrome-version >>
replace_existing: true
- when:
condition:
equal: [ 'beta', << parameters.google-chrome-channel>> ]
Expand Down Expand Up @@ -1786,7 +1787,7 @@ jobs:
source ./scripts/ensure-node.sh
yarn lerna run types
- sanitize-verify-and-store-mocha-results:
expectedResultCount: 10
expectedResultCount: 9

verify-release-readiness:
<<: *defaults
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 15.4.1

_Released 10/21/2025 (PENDING)_

**Misc:**

Browser detection in Cypress now always prefers 64-bit browser installs to 32-bit browser installs. Addressed in [#32656](https://github.com/cypress-io/cypress/pull/32656).

## 15.4.0

_Released 10/7/2025_
Expand Down
2 changes: 1 addition & 1 deletion guides/esm-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ When migrating some of these projects away from the `ts-node` entry [see `@packa
- [ ] packages/https-proxy
- [x] packages/electron ✅ **COMPLETED**
- [x] packages/icons ✅ **COMPLETED**
- [ ] packages/launcher
- [x] packages/launcher ✅ **COMPLETED**
- [ ] packages/net-stubbing
- [x] packages/network ✅ **COMPLETED**
- [ ] packages/packherd-require
Expand Down
123 changes: 0 additions & 123 deletions packages/launcher/__snapshots__/browsers_spec.ts.js

This file was deleted.

219 changes: 0 additions & 219 deletions packages/launcher/__snapshots__/darwin_spec.ts.js

This file was deleted.

Loading
Loading