You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have access to the vue devtools in Cypress, but it is not available when using the chrome version (even though I have been able to "successfully" install the devtools as a chrome extension).
Vue isn't finding it because it's looking at window.top which is Cypress -> not your App. Instead you can just use your app itself (or cypress code) to point vue to window.top so that the extension finds it. It may be as simple as window.top.vue = window.vue but I'd have to dig in.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I would like to have access to the vue devtools in Cypress, but it is not available when using the chrome version (even though I have been able to "successfully" install the devtools as a chrome extension).
What does the proposed API look like?
@brian-mann from the Cypress dev team wrote this on my issue over there
The text was updated successfully, but these errors were encountered: