callumacrae / vue-test

:checkered_flag: DEPRECATED: Component testing for Vue.js
90 stars 6 forks source link

Current project stability #12

Open victor-am opened 7 years ago

victor-am commented 7 years ago

Before anything else: very interesting project! I was looking for something exactly like this, and even considering doing it myself haha you saved me the trouble 😂

My question is: at the time of writing the project is at it's 1.0 version, but just to be sure, do you think it's already reliable to use in real applications as it is?

What are your thoughts regarding maintenance and API stability on the project from now on? 🤔

callumacrae commented 7 years ago

It's stable, and there are people using it in production, but it will be deprecated soon in favour of vue-test-utils: https://github.com/vuejs/vue-test-utils/issues/1

This library and avoriaz have very similar APIs, and I think vue-test-utils will too, so it won't be a difficult switch to make.