Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days ago
JSON representation
A little helper to unit test Vue components in the Cypress.io E2E test runner
- Host: GitHub
- URL: https://github.com/cypress-io/cypress-vue-unit-test
- Owner: cypress-io
- Archived: true
- Created: 2017-12-26T02:56:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T21:18:06.000Z (about 4 years ago)
- Last Synced: 2024-10-22T12:00:57.651Z (about 2 months ago)
- Topics: cypress, cypress-io, testing, utility, vue, vuejs
- Homepage:
- Size: 16.5 MB
- Stars: 295
- Watchers: 15
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cypress - Cypress Vue unit test - Test Vue.js components using Cypress Test Runner. (Uncategorized / Uncategorized)
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
```