testcafe-vue-selectors
testcafe-vue-selectors copied to clipboard
TestCafe selector extensions for Vue.js apps.
Similar to: https://github.com/DevExpress/testcafe-react-selectors#selecting-components-by-the-component-key
Similar to: https://github.com/DevExpress/testcafe-react-selectors#searching-for-nested-components
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...
see https://testcafe-discuss.devexpress.com/t/testcafe-for-nuxt-apps-vue-ssr-library/457
https://github.com/DevExpress/testcafe-react-selectors#selecting-components-by-property-values
[Migrating](https://vue-loader.vuejs.org/migrating.html) ### Todo - [ ] Upgrade Babel preset to `env` from `es2015`.
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...
Having typings would be great :) The getVue method cannot be found and there are some problems with Selector vs SelectorPromise types.
https://github.com/vuejs/vue-router see question https://github.com/DevExpress/testcafe-vue-selectors/issues/30