After wreaking my brains trying to get started with TDD for my Vue-based Meteor app using Cypress, I’ve finally figured it out. In case someone else is looking for this, you can find my test app repo at https://github.com/ecofriend/MeteorTestingWithCypress/ along with instructions to add Cypress e2e and unit testing to your existing Meteor/Vue project.
Feedback is welcome.