vuejs / vue-test-utils

Component Test Utils for Vue 2
https://vue-test-utils.vuejs.org
MIT License
3.57k stars 669 forks source link

Provide a template of JSFiddle, JSBin or CodePen or CodeSandbox to help developer to provide link to minimal reproduction #660

Closed trollepierre closed 6 years ago

trollepierre commented 6 years ago

What problem does this feature solve?

As a developer that wants to explain my issue, I would like to have a template with the minimum config of JSFiddle, JSBin or CodePen or CodeSandbox . If possible, with last versions of Vue, Vuex, Vuetify, Nuxt...

What does the proposed API look like?

...

briwa commented 6 years ago

@trollepierre Feel free to use this. I stumbled upon it from Google and updated to use the latest Vue Test Utils.

If you like the Codesandbox version, theres a few existing ones from the people who raised the issue.

eddyerburgh commented 6 years ago

This is something I intend to add.

There's an issue to add this in the vue issue tracker. I'm closing this in favour of that issue, which is where the work needs to be done-https://github.com/vuejs/vue-issue-helper/issues/22