testing-workshop-cypress
testing-workshop-cypress copied to clipboard
Consider merging example applications
trafficstars
We have 3 TodoMVC applications
- Vue + Vuex + REST api without bundling used for most of the workshop
- TodoMVC React with bundling for showing testing components
- TodoMVC Redux for showing code coverage
We could just update the main Vue application and use it for everything
- [ ] split into components, bundle using parcel-json-server to serve the app and have the REST api (@amirrustam )
- [ ] use cypress-vue-unit-test to demo component testing (@amirrustam )
- [ ] measure code coverage(@bahmutov )
You know I have my biases here, but since Vue is the primary meat of the content, I agree with your suggestion. I've made the list you provided above into todo items. I'm going to try to get it done before June 4th.
Let me know what you think.
approve - the vue example is great, and component testing should showcase it perfectly