Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahmutov/test-vuex-with-cypress
Example unit testing Vuex data store using Cypress E2E test runner
https://github.com/bahmutov/test-vuex-with-cypress
cypress cypress-example vuex
Last synced: 13 days ago
JSON representation
Example unit testing Vuex data store using Cypress E2E test runner
- Host: GitHub
- URL: https://github.com/bahmutov/test-vuex-with-cypress
- Owner: bahmutov
- Created: 2019-12-20T20:45:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T04:01:19.000Z (about 4 years ago)
- Last Synced: 2024-12-17T15:49:03.487Z (23 days ago)
- Topics: cypress, cypress-example, vuex
- Language: JavaScript
- Size: 417 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Vuex data store with Cypress ![test status](https://github.com/bahmutov/test-vuex-with-cypress/workflows/tests/badge.svg?branch=master)
> Example unit testing Vuex data store using Cypress E2E test runner
Following examples from [Vuex testing guide](https://vuex.vuejs.org/guide/testing.html) but using [Cypress](https://www.cypress.io) test runner.
See [src/counter.js](src/counter.js) and corresponding tests in [cypress/integration/counter-spec.js](cypress/integration/counter-spec.js)