Testing Vue + Vuex + REST TodoMVC using Cypress.
Spec files are in cypress/e2e folder
- test application through the GUI in ui-spec.cy.js
- mock REST calls to the server
- test application through the Vuex store in store-spec.cy.js
- test application through REST calls in api-spec.cy.js
- test text file upload
npm run reset:db
resets data.json to have empty list of todos
Spec file cypress/e2e/speed-spec.cy.js shows how to get test and command timings.