Using Cypress + Vue 3 with a custom template inside the mount function #26968
Unanswered
TotomInc
asked this question in
Component Testing
Replies: 1 comment
-
i use vue render function instead template, like this:
you can rewrite it for your task |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone have tried to mount a custom Vue template within a Cypress mount function?
I've got the following error:
Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".
Here's the code I tried:
Beta Was this translation helpful? Give feedback.
All reactions