Mike McCready
Mike McCready
@codyjohnsonfb - Thanks for linking in #28373! I had missed that issue (even though I commented on it quite a while ago!) 🤠I guess it is the same root...
## Steps to reproduce ```shell git clone https://github.com/cypress-io/cypress cd cypress n auto npm install yarn@latest -g yarn cd npm/vite-dev-server yarn test ``` ## Logs ```text yarn test yarn run v1.22.22...
This issue is also reproducible with` [email protected]` and `[email protected]` ```text DevTools listening on ws://127.0.0.1:36773/devtools/browser/d648be15-2f7b-4319-8809-9b987df35ca7 The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. ==================================================================================================== (Run...
The issue is no longer reproducible in the workflow https://github.com/cypress-io/github-action/actions/workflows/example-component-test.yml with Cypress `14.2.1`. GitHub Actions has migrated `node20` to use [Node.js v20.19.0 LTS](https://nodejs.org/en/blog/release/v20.19.0) which includes backported `require(esm)` functionality. Presumably this...
Each latest version of the supported Node.js release lines shows no deprecation warning for Vite v6: | Node.js release line | Latest | Deprecation warning | | -------------------- | ----------...
Re-opening: the issue is still reproducible for Vite v5 and according to https://docs.cypress.io/app/component-testing/get-started#Supported-Frameworks versions Vite 4-6 are supported by Cypress. Ubuntu `22.04.2` LTS, Node.js `22.15.0` LTS, Vite `5.4.19` ```shell git...
Preview https://github.com/MikeMcC399/cypress/blob/contributing-eslint-link/CONTRIBUTING.md#coding-style
CI failure unrelated to PR change
There is not yet a Firefox or Edge browser in the ubuntu-24.04 beta image, so at the moment it is just for preliminary use. I will leave this PR in...
- See also issue https://github.com/cypress-io/cypress/issues/29521