DevExpress / testcafe-vue-selectors

TestCafe selector extensions for Vue.js apps.
https://testcafe.io
MIT License
103 stars 18 forks source link

.getVue() seems not working #55

Closed mruanGitHub closed 3 years ago

mruanGitHub commented 3 years ago

.getVue() method seems NOT working!

I can not find .getVue() in MS code. It shows "no definition for getVue()". Another problem is the TS7016: could not find the declaration file for testcafe-vue-selectors.

mruanGitHub commented 3 years ago

TS7016 : image

The two suggested solutions do not work! Does this cause the following problem?

image

aleks-pro commented 3 years ago

Hello @mruanGitHub,

The testcafe-vue-selectors plugin does not contain type definitions. You can use the @ts-ignore comment to avoid errors related to it. Since testcafe-vue-selectors is an open source project, you can create a pull request to add type definitions to it.