testcafe-vue-selectors icon indicating copy to clipboard operation
testcafe-vue-selectors copied to clipboard

TestCafe selector extensions for Vue.js apps.

Results 15 testcafe-vue-selectors issues
Sort by recently updated
recently updated
newest added

https://github.com/nuxt/nuxt.js https://github.com/kartojal/testcafe-nuxt-selectors

enhancement

Markup for reproduce: ```js Vue.component('total-value', { props: ['formatProperty'], template: '{{ formatProperty }}' }); Vue.component('Hello', { template: '' }); Vue.component('App', { template: '' }); new Vue({ el: '#root' }); ``` Test...

bug

VueSelector will work only if the Vue.js application was built in the development mode. In the production mode, it is impossible to retrieve information about components (behavior like in the...

enhancement