diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 5bb56769bb..d7bd73408d 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -21,7 +21,7 @@ _Released 10/7/2025_ **Bugfixes:** -- Fixed a regression introduced in [15.0.0](#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). +- Fixed a regression introduced in [15.0.0](#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). - Fixed code frames in [`cy.origin()`](/api/commands/origin) so that failed commands will show the correct line/column within the corresponding spec file. Addressed in [#32597](https://github.com/cypress-io/cypress/pull/32597). - Fixed Cypress Cloud requests so that they properly verify SSL certificates. Addressed in [#32629](https://github.com/cypress-io/cypress/pull/32629). @@ -4022,7 +4022,7 @@ _Released 4/11/2022_ - Updates were made to silence Electron warnings related to being unable to connect to dbus. These errors are normal and expected, and do not result in test failures. Because they are always present when running Electron inside - docker containers, it has incorrectly led people to believe it is the + Docker containers, it has incorrectly led people to believe it is the root-cause of an error within their test run. By silencing these errors, it will improve the debug experience to allow users to focus on meaningful warning and error messages. Fixed @@ -9838,7 +9838,7 @@ _Released 3/15/2019_ read in a way that is likely not its intended use. Addresses [#3318](https://github.com/cypress-io/cypress/issues/3318) and [#2298](https://github.com/cypress-io/cypress/issues/2298). -- The number of logs printed when installing Cypress in docker has been reduced. +- The number of logs printed when installing Cypress in Docker has been reduced. Partially addresses [#1243](https://github.com/cypress-io/cypress/issues/1243). - The seeded Kitchen Sink examples have some new examples showing how to add a @@ -10368,7 +10368,7 @@ _Released 8/13/2018_ machine** you add. However, attempting to run in parallel on a single machine requires server grade hardware with dozens (or even hundreds) of CPU's and GB of RAM to run efficiently. A much better and simpler approach is to use a - cluster of docker containers that are all isolated from each other. Any + cluster of Docker containers that are all isolated from each other. Any standard CI service (CircleCI, TravisCI, etc) comes with the ability to do this. We automatically tap into their environment variables to make parallelization possible without you having to configure anything. @@ -11475,7 +11475,7 @@ _Released 12/6/2017_ **Bugfixes:** - Fixed an issue causing `Chrome` to timeout when attempted to be run through - our docker containers. Fixes + our Docker containers. Fixes [#1031](https://github.com/cypress-io/cypress/issues/1031). - Several TypeScript typings were added, updated and fixed. Fixes [#1006](https://github.com/cypress-io/cypress/issues/1006). @@ -12052,7 +12052,7 @@ _Released 09/10/2017_ detached process by default. Instead `cypress open` now accepts a new flag `--detached`, which replicates this behavior. Fixes [#531](https://github.com/cypress-io/cypress/issues/531). -- We have all new [docker examples](/app/continuous-integration/overview#Cypress-Docker-Images) you can check out. +- We have all new [Docker examples](/app/continuous-integration/overview#Cypress-Docker-Images) you can check out. - The [`cypress` npm package](https://www.npmjs.com/package/cypress) now checks the currently installed version on `install` and [run](/app/references/command-line#cypress-run) and does not re-install Cypress @@ -12151,7 +12151,7 @@ _Released 09/10/2017_ - Fixed issue with [.clear()](/api/commands/clear) and `type="number"` inputs. Fixes [#490](https://github.com/cypress-io/cypress/issues/490). - Fixed issue where [`cy.exec()`](/api/commands/exec) was failing when running - Cypress in docker. Fixes + Cypress in Docker. Fixes [#517](https://github.com/cypress-io/cypress/issues/517). - Cypress CLI no longer requires `git` to install. Fixes [#124](https://github.com/cypress-io/cypress/issues/124)