vue-test icon indicating copy to clipboard operation
vue-test copied to clipboard

:checkered_flag: DEPRECATED: Component testing for Vue.js

Results 6 vue-test issues
Sort by recently updated
recently updated
newest added

I'm trying to run the nightwatch e2e tests in Vue. I've been poking around for awhile and always end up with some selenium related errors. Here's the error I'm getting:...

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:...

EXAMPLE to be discussed-- mount API that takes 1 options object instead of 3 parameters

@callumacrae FYI, I'm working on an enhancement to allow a unit test to specify event handlers for a component under test so that you can test that a component correctly...

Before merging, we should probably have a discussion on whether adding another parameter to mount is a good idea...

Hi, awesome library, finding it really useful with Vue 1.x Question: is there a way to use this with Vuex? ie: to bind a component to Vuex, mutate a vuex...