Back to Cypress

Small examples

npm/vue/cypress/component/basic/small-examples/README.md

15.14.2719 B
Original Source

Small examples

These examples come from the blog post Testing Vue components with Vue Testing Library and the tests are written using @cypress/vue.

Tests for Counter.vue are in Counter.spec.js

Tests for Repeater.vue are in Repeater.spec.js

Tests for Form.vue are in Form.spec.js

Tests for AppInput.vue in AppInput.spec.js show how to pass a slot template to a component while mounting it.