Skip to content

Latest commit

 

History

History
 
 

blogs__vue-vuex-rest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing Vue + Vuex + REST application

Testing Vue + Vuex + REST TodoMVC using Cypress.

Blog Post

The blog post

Application organization

Shows how to

  • test application through the GUI
  • test application through the Vuex store
  • test application through REST calls

Script commands

  • npm run reset:db resets data.json to have empty list of todos