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: CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,14 +170,13 @@ Here is a list of the core packages in this repository with a short description,
170
170
|[cli](./cli)|`cypress`| The command-line tool that is packaged as an `npm` module. |
171
171
|[app](./packages/app)|`@packages/app`| The front-end for the Cypress App that renders in the launched browser instance. |
172
172
|[config](./packages/config)|`@packages/config`| The Cypress configuration types and validation used in the server, data-context and driver. |
173
-
|[data-context](./packages/data-context)|`@packages/data-context`| Centralized data access for the Cypress application. |
173
+
|[data-context](./packages/data-context)|`@packages/data-context`| Centralized data access for the Cypress application. Contains the GraphQL layer that the `launchpad` and `app` use to interact with the `server`.|
174
174
|[driver](./packages/driver)|`@packages/driver`| The code that is used to drive the behavior of the API commands. |
175
175
|[electron](./packages/electron)|`@packages/electron`| The Cypress implementation of Electron. |
176
176
|[errors](./packages/errors)|`@packages/errors`| Error definitions and utilities for Cypress |
177
177
|[example](./packages/example)|`@packages/example`| Our example kitchen-sink application. |
178
178
|[extension](./packages/extension)|`@packages/extension`| The Cypress Chrome browser extension |
179
179
|[frontend-shared](./packages/frontend-shared)|`@packages/frontend-shared`| Shared components and styles used in the `app` and `launchpad`. |
180
-
|[graphql](./packages/graphql)|`@packages/graphql`| The GraphQL layer that the `launchpad` and `app` use to interact with the `server`. |
181
180
|[https-proxy](./packages/https-proxy)|`@packages/https-proxy`| This does https proxy for handling http certs and traffic. |
182
181
|[icons](./packages/icons)|`@packages/icons`| The Cypress icons. |
183
182
|[launcher](./packages/launcher)|`@packages/launcher`| Finds and launches browsers installed on your system. |
Copy file name to clipboardExpand all lines: cli/CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
1
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2
-
## 15.2.1
2
+
## 15.3.1
3
3
4
-
_Released 9/23/2025 (PENDING)_
4
+
_Released 10/07/2025 (PENDING)_
5
+
6
+
**Bugfixes:**
7
+
8
+
- Fixed a regression introduced in [`15.0.0`](https://docs.cypress.io/guides/references/changelog#15-0-0) where `dbus` connection error messages appear in docker containers when launching Cypress. Fixes [#32290](https://github.com/cypress-io/cypress/issues/32290).
9
+
10
+
## 15.3.0
11
+
12
+
_Released 9/23/2025_
13
+
14
+
**Features:**
15
+
16
+
- Added Escape key support to [`cy.press()`](http://on.cypress.io/api/press). Addresses[#32429](https://github.com/cypress-io/cypress/issues/32429). Addressed in [#32545](https://github.com/cypress-io/cypress/pull/32545).
5
17
6
18
**Bugfixes:**
7
19
@@ -10,8 +22,8 @@ _Released 9/23/2025 (PENDING)_
10
22
11
23
**Misc:**
12
24
13
-
- Update the styles for command grouping 'line' so on expansion it is displayed correctly. Addressed in [#32521](https://github.com/cypress-io/cypress/pull/32521)
14
-
- Test hook names now correctly display with a semi-bold font weight. Addressed in [#32491](https://github.com/cypress-io/cypress/pull/32491).
25
+
- Update the styles for command grouping 'line' so on expansion it is displayed correctly. Addressed in [#32521](https://github.com/cypress-io/cypress/pull/32521).
26
+
- Test hook names now correctly display with a semi-bold font weight. Addresses [#32477](https://github.com/cypress-io/cypress/issues/32477). Addressed in [#32491](https://github.com/cypress-io/cypress/pull/32491).
15
27
- Updated the Cypress Studio panel to not show bottom border. Addresses [#32478](https://github.com/cypress-io/cypress/issues/32478).
0 commit comments