Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

A little helper to unit test Vue components in the Cypress.io E2E test runner

NotificationsYou must be signed in to change notification settings

cypress-io/cypress-vue-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Cypress Vue Unit Test

Testing Vue Components with Cypress

๐Ÿšš 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

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.

# npm
npm install @cypress/vue

# yarn
yarn add @cypress/vue