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
built with the version of Google Chrome embedded in the tag name of the Docker image
177
-
shown as `chrome-xxx`.
178
-
Specifying a browser version allows our tests to
179
-
execute without any influence from browser version changes in the GitHub runner
180
-
image.
173
+
Note that GitHub Actions
174
+
[requires using a Linux runner](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer) when specifying a container image.
175
+
It does not support running Docker images on Windows or macOS runners.
176
+
177
+
Below, we extend the previous example by adding the `container` attribute using a
Copy file name to clipboardExpand all lines: docs/app/references/changelog.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ _Released 5/6/2025_
23
23
**Bugfixes:**
24
24
25
25
- 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).
26
-
- Fixed a potential hang condition when `@cypress/grep` would match many files and `stdout`/`stderr` was piped to a file. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
26
+
- Fixed a potential hang condition when `@cypress/grep` would match many files and `stdout`/`stderr` was piped to a file. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [#31631](https://github.com/cypress-io/cypress/pull/31631).
27
27
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
28
28
29
29
**Misc:**
@@ -33,7 +33,7 @@ _Released 5/6/2025_
33
33
34
34
**Dependency Updates:**
35
35
36
-
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
36
+
- Downgraded `cli-table3` to 0.6.1. Addressed in [#31631](https://github.com/cypress-io/cypress/pull/31631).
0 commit comments