# cypress-vue-unit-test **Repository Path**: mirrors_cypress-io/cypress-vue-unit-test ## Basic Information - **Project Name**: cypress-vue-unit-test - **Description**: A little helper to unit test Vue components in the Cypress.io E2E test runner - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cypress Vue Unit Test > Testing Vue Components with Cypress # :truck: This repo has been moved. Cypress is now officially maintaining this package! ### `cypress-vue-unit-test` has been renamed to `@cypress/vue` and now lives in the main [Cypress monorepo](https://github.com/cypress-io/cypress/tree/master/npm/vue) ### Migration Guide To keep up to date with the latest versions, change edit your `package.json` to use `@cypress/vue` instead of `cypress-vue-unit-test`. ```shell script # npm npm install @cypress/vue # yarn yarn add @cypress/vue ```