-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@vue/cli plugin #26
Comments
Hey @dnlup, I don't know Vue but this looks useful. Happy to link to it here. Perhaps your approach would make a good improvement to our existing Vue recipe? There's also this open issue: avajs/ava#2063 |
@novemberborn Thank you, If you think this approach could be an improvement I'll be happy to contribute to the recipe, in the meantime I'll try to get some feedback from the issue you posted. |
Vue Recipe & Nuxt Recipe needed for Ava. |
I created a demo app with nuxt & ava with nyc for coverage. https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing |
@novemberborn After some testing, I changed my approach in the plugin from |
@dnlup thoughts on https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing ? Rather than a package approach.. Why not provide users with a option to use that repo as source of examples for Vue & Ava. I personally would hate to add another package in my package.json more than ava and Vue for just testing. |
@vinayakkulkarni Your repo is very useful indeed and I can see your point. Examples that the users can tweak to their needs give them a lot of freedom and I agree with that.
My goal was to make something like
I understand. If you are not using |
I wrote a plugin to do unit testing for vue. Anyone willing to check it out and give me some feedback? Thanks.
Plugin repo.
The text was updated successfully, but these errors were encountered: