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
-[repository](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository) for the command [npm repo](https://docs.npmjs.com/cli/v11/commands/npm-repo)
131
+
-[bugs](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bugs) for the command [npm bugs](https://docs.npmjs.com/cli/v11/commands/npm-bugs)
Copy file name to clipboardExpand all lines: docs/accessibility/changelog.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ sidebar_position: 200
9
9
10
10
# Changelog
11
11
12
+
## Week of 3/24/2025
13
+
14
+
- Cypress Accessibility results are now included in the [Data Extract API](/cloud/integrations/data-extract-api) so that you can retrieve data over time.
15
+
12
16
## Week of 3/10/2025
13
17
14
18
- The [Cypress Accessibility Results API](/accessibility/results-api) has been updated with additional details about accessibility scores and failed element counts at the run level. Also, view-level reporting has been added, breaking out accessibility report data by the pages and components covered in the report. These improvements support more advanced workflows based on the accessibility data in the API, such as alerting a specific team about violations in a part of the app they own, or implementing different standards for different parts of the application.
Copy file name to clipboardExpand all lines: docs/app/get-started/install-cypress.mdx
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Cypress supports running under these operating systems:
107
107
-**Linux** Ubuntu 20.04 and above, Fedora 40 and above, and Debian 11 and above _(x64 or arm64)_
108
108
(see [Linux Prerequisites](#Linux-Prerequisites) down below)
109
109
-**Windows** 10 and above _(x64)_
110
-
-**Windows Server** 2019and 2022_(x64)_
110
+
-**Windows Server** 2019, 2022 and 2025_(x64)_
111
111
112
112
### Node.js
113
113
@@ -135,6 +135,10 @@ Attempting to use it as a non-root user may result in permissions errors.
135
135
136
136
:::
137
137
138
+
If you are using a [Cypress Docker image](../continuous-integration/overview#Cypress-Docker-variants),
139
+
you will find a fixed version of Node.js is pre-installed in the image.
140
+
You select the Node.js version using the Docker image tag.
141
+
138
142
### Package Manager
139
143
140
144
Cypress is [installed](#Install) using one of the following supported package managers:
@@ -146,18 +150,17 @@ Cypress is [installed](#Install) using one of the following supported package ma
146
150
|[Yarn (Modern aka berry)](https://yarnpkg.com/)|`4.x` and above |[Yarn Installation](https://yarnpkg.com/getting-started/install)|
147
151
|[pnpm](https://pnpm.io/)|`8.x` and above |[pnpm Installation](https://pnpm.io/installation)|
148
152
149
-
:::caution
150
-
151
-
<strong>Yarn Configuration</strong>
153
+
#### Yarn Configuration
152
154
153
-
[Yarn (Modern)](https://yarnpkg.com/) configuration using [`nodeLinker: "node-modules"`](https://yarnpkg.com/configuration/yarnrc#nodeLinker)
154
-
is preferred. Cypress [Component Testing](/app/core-concepts/testing-types#What-is-Component-Testing) is not currently compatible with the default setting [`nodeLinker: "pnp"`](https://yarnpkg.com/configuration/yarnrc#nodeLinker) which uses [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp).
155
+
[Yarn (Modern)](https://yarnpkg.com/) configuration using [nodeLinker: "node-modules"](https://yarnpkg.com/configuration/yarnrc#nodeLinker)
156
+
is preferred. Cypress [Component Testing](/app/core-concepts/testing-types#What-is-Component-Testing) is not currently compatible with the default setting [nodeLinker: "pnp"](https://yarnpkg.com/configuration/yarnrc#nodeLinker) which uses [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp).
155
157
156
-
:::
158
+
#### pnpm Configuration
157
159
158
-
If you are using a [Cypress Docker image](../continuous-integration/overview#Cypress-Docker-variants),
159
-
you will find a fixed version of Node.js is pre-installed in the image.
160
-
You select the Node.js version using the Docker image tag.
160
+
[[email protected]](https://github.com/pnpm/pnpm/releases/tag/v10.0.0) and above require allowlisting `cypress`.
161
+
This enables Cypress to execute its `postinstall` script so it can install the Cypress binary into the [binary cache](/app/references/advanced-installation#Binary-cache).
162
+
Refer to the [pnpm](https://pnpm.io/) configuration file documentation for additional information.
163
+
[[email protected]](https://github.com/pnpm/pnpm/releases/tag/v10.4.0) introduced the CLI add option [--allow-build](https://pnpm.io/cli/add#--allow-build) to add the allowed build configuration directly through the command line.
0 commit comments