DevExpress / testcafe-vue-selectors

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

Return ref along with data, props, computed and state on getVue() #40

Closed chandrucrm closed 5 years ago

chandrucrm commented 5 years ago

It would be really helpful if we can get the ref of the component on getVue or if we can pass ref in VueSelector and get the component matching the ref(similar to vue test utils used for unit testing).

I can develop this feature and raise a pull request.

miherlosev commented 5 years ago

It would be great.

chandrucrm commented 5 years ago

@miherlosev I have made the changes and raised a pull request. Preliminary checks have passed. Please review and merge.