Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Jul 29, 2022
1 parent 32aa38e commit 75502a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ that allows you to transform and run Cypress e2e specs using
- Using vite specific features like plugins and virtual imports, `import.meta`,
etc. in e2e tests

### 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

Install the `cypress-vite` plugin:
Expand Down

0 comments on commit 75502a5

Please sign in to comment.