Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cypress-io/cypress-vue-unit-test

A little helper to unit test Vue components in the Cypress.io E2E test runner
https://github.com/cypress-io/cypress-vue-unit-test

cypress cypress-io testing utility vue vuejs

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

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