testing-workshop-cypress icon indicating copy to clipboard operation
testing-workshop-cypress copied to clipboard

Consider merging example applications

Open bahmutov opened this issue 6 years ago • 2 comments

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 )

bahmutov avatar May 29 '19 08:05 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.

amirrustam avatar May 29 '19 18:05 amirrustam

approve - the vue example is great, and component testing should showcase it perfectly

bahmutov avatar Jun 10 '19 15:06 bahmutov