Mike McCready
Mike McCready
@Radiergummi The quote from the documentation is an excerpt only and the full section [Env](https://github.com/cypress-io/github-action/blob/master/README.md#env) reads as follows. This provides an alternative for having one line per environment variable: ---...
- Suppressing new line `\n` passed to [cy.log(message)](https://docs.cypress.io/api/commands/log) when logging to the Cypress Command log is a regression that was introduced in [[email protected]](https://docs.cypress.io/app/references/changelog#13-6-3) by PR #28583.
Continues as a regression in Cypress `15.6.0`
I am going by the documentation [Integrating with Cypress Component Testing](https://docs.cypress.io/guides/component-testing/third-party-definitions) which says: > Cypress Component Testing includes [official support](https://docs.cypress.io/guides/component-testing/overview#Supported-Frameworks) for many popular libraries and frameworks such as [React](https://docs.cypress.io/guides/component-testing/react/overview), [Angular](https://docs.cypress.io/guides/component-testing/angular/overview),...
@warrensplayer I'm unsure what category this issue is in! - If onboarding is supposed to produce a working basic installation, then it would be a bug. - If it's not...
The steps to reproduce do not currently work exactly, since the release of Vite `v5` in November 2023. Executing the proposed command ```shell npm install -D vite react react-dom ```...
https://docs.cypress.io/app/component-testing/custom-frameworks still claims "All officially supported libraries feature a first class onboarding experience, ..." although this issue has not been addressed in any way so far.
Closing as unaddressed and stale. ## Workaround Scaffold Vite using [create-vite](https://www.npmjs.com/package/create-vite) before attempting to set up Cypress for component testing. See "Get started" on [vite.dev](https://vite.dev/).
https://github.com/vitejs/vite/discussions/15886#discussioncomment-11170973 indicates that the release of Vite 6 is in next couple of weeks. Check back on https://vite.dev/blog.html for any announcement.
[[email protected]](https://github.com/vitejs/vite/releases/tag/v6.0.0) release has now taken place.