Mike McCready
Mike McCready
CircleCI is failing in different places with errors related to `ECONNREFUSED 127.0.0.1:3001` and `db:seed` ```text CypressError: `cy.task('db:seed')` failed with the following error: > connect ECONNREFUSED 127.0.0.1:3001 ``` - https://app.circleci.com/pipelines/github/cypress-io/cypress-realworld-app/5341/workflows/3b07d76f-ebb9-438f-af25-e1f7ac3898f5/jobs/33501 and...
- re-open of issue #9005 (re-opened as new issue, since a new version of Yarn is involved) ## Description ```bash yarn info ``` provokes a deprecation warning under [Node.js current...
### Description Running `serve` under [Node.js](https://nodejs.org/en) `21.x` version causes the following deprecation notice to be displayed: > (node:24848) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative...
## Issue description The CircleCI workflow [.circleci/config.yml](https://github.com/cypress-io/code-coverage/blob/master/.circleci/config.yml) is using a mixture of Node.js `16`, `20`and `22` environments to test. See [CircleCI pipeline](https://app.circleci.com/pipelines/github/cypress-io/code-coverage). Since Node.js `16` is now [end-of-life](https://nodejs.org/en/blog/announcements/nodejs16-eol) it should...
This is an enhancement suggestion to migrate Cypress Docker Image generation from Debian 11 `bullseye` to Debian 12 `bookworm`. ## Background Cypress Docker Images are currently built based on `debian:bullseye-slim`...
[README](https://github.com/cypress-io/cypress-docker-images/blob/master/README.md) links to [cypress/browsers](https://hub.docker.com/r/cypress/browsers/) as https://hub.docker.com/r/cypress/browsers/ and on https://hub.docker.com/r/cypress/browsers/ in the Overview tab there is a link back to https://github.com/cypress-io/cypress-docker-images/tree/master/browsers Whereas Tags on https://hub.docker.com/r/cypress/browsers/ includes `latest` published quite recently: ...
### Subject Guides > Component Testing ### Description Component testing does not work with Yarn Modern Plug'n'Play and there is no mention in the documentation about compatibility. The Getting Started...
### Subject [Getting Started > Installing Cypress > System requirements > Operating System](https://docs.cypress.io/guides/getting-started/installing-cypress#Operating-System) ### Description [System requirements > Operating System](https://docs.cypress.io/guides/getting-started/installing-cypress#Operating-System) lists OS versions which are no longer under vendor support....
### Subject [Plugins](https://docs.cypress.io/plugins) ### Description - Following on from the resolved issue https://github.com/cypress-io/cypress-documentation/issues/5630, all broken anchor errors reported by Docusaurus `npm run build` have been fixed, with the exception of...
### Subject Component Testing > Overview > Supported Frameworks ### Description [Supported Frameworks](https://docs.cypress.io/guides/component-testing/overview#Supported-Frameworks) lists framework versions with a base version and a "+" to indicate later versions.  This is...