mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-04 05:29:45 -06:00
0eaea5451964677448b896d6fd853084b40199f4
@cypress/vite-dev-server an ESM only package and support Vite 7 (#32001)
* chore: cut over mocha tests to vitest in @cypress/vite-dev-server * breaking: make @cypress/vite-dev-server an ESM only package * feat: support vite version 7 in @cypress/vite-dev-server * build binaries * test * fix: file import issues on windows * avoid optimized deps to suppress extraneous console logs * does this work? * chore: add unit tests for getVite as the implementation as changed quite a bit * chore: update changelog * fix vite optimize dependency messages being logged out to the console even though log level is silent * fix issues with correct vite being invoked * chore: address issues from code review * Downgrade react in vite 7 project to fix deprecation warnings
…
…
breaking: remove support for React 16 and 17 for Cypress Component Testing. Additionally, remove the
cypress/react18 testing harness and merge it upstream with cypress/react (#30590)
Documentation | Changelog | Roadmap
The web has evolved. Finally, testing has too.
Fast, easy and reliable testing for anything that runs in a browser.
Join us, we're hiring.
What is Cypress?
Installing
Install Cypress for Mac, Linux, or Windows, then get started.
npm install cypress --save-dev
or
yarn add cypress --dev
or
pnpm add cypress --save-dev
Contributing
Please see our Contributing Guideline which explains repo organization, linting, testing, and other steps.
License
This project is licensed under the terms of the MIT license.
Badges
Configure a badge for your project's README to show your test status or test count in the Cypress Cloud.
Or let the world know your project is using Cypress with the badge below.
[](https://www.cypress.io/)
Languages
TypeScript
54.1%
JavaScript
38.1%
Vue
4.1%
HTML
3.1%
SCSS
0.4%
Other
0.1%
