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

Hello, is there a plan for vue3 compatibility?

enhancement

Similar to: https://github.com/DevExpress/testcafe-react-selectors#selecting-components-by-the-component-key

enhancement

Similar to: https://github.com/DevExpress/testcafe-react-selectors#searching-for-nested-components

enhancement

Hi! I'm trying to get access to root Vue (Nuxt) instance, but I can't: ```js const nuxt = await VueSelector(); const vm = await nuxt.getVue(); console.log(vm); ``` it fails with...

bug

see https://testcafe-discuss.devexpress.com/t/testcafe-for-nuxt-apps-vue-ssr-library/457

enhancement

https://github.com/DevExpress/testcafe-react-selectors#selecting-components-by-property-values

enhancement

[Migrating](https://vue-loader.vuejs.org/migrating.html) ### Todo - [ ] Upgrade Babel preset to `env` from `es2015`.

enhancement
help wanted

Hi there, I may be missing something obvious- but I have not been able to "find" any Vue components, aside from the initial wrapper. For example: In /main.js I'm importing...

bug

Having typings would be great :) The getVue method cannot be found and there are some problems with Selector vs SelectorPromise types.

TYPE: enhancement
help wanted

https://github.com/vuejs/vue-router see question https://github.com/DevExpress/testcafe-vue-selectors/issues/30

enhancement