Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)