cypress-vite
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cypress-vite", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Run Cypress specs using Vite", | ||
@@ -37,2 +37,5 @@ "author": "Mohammad Ataei", | ||
}, | ||
"peerDependencies": { | ||
"vite": "^2.9.0" | ||
}, | ||
"devDependencies": { | ||
@@ -39,0 +42,0 @@ "@commitlint/cli": "^17.0.3", |
@@ -20,2 +20,12 @@ # cypress-vite | ||
### What about `@cypress/vite-dev-server`?! | ||
The official `@cypress/vite-dev-server` package is for | ||
[cypress component testing](https://docs.cypress.io/guides/component-testing/writing-your-first-component-test) | ||
that creates a vite dev server for mounting and testing React and Vue | ||
components. | ||
The `cypress-vite` is for compiling and running E2E specs. Neither replaces the | ||
other, but you can combine them to use vite both for component and E2E testing. | ||
## Installation | ||
@@ -22,0 +32,0 @@ |
10822
104
1