Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook into Cypress e2e Test Rig #687

Closed
nothingismagick opened this issue May 20, 2018 · 2 comments
Closed

Hook into Cypress e2e Test Rig #687

nothingismagick opened this issue May 20, 2018 · 2 comments

Comments

@nothingismagick
Copy link

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

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.

@superMDguy
Copy link

I'm pretty sure this is the same issue as #353

@Akryum
Copy link
Member

Akryum commented Jul 25, 2018

Duplicate of #353

@Akryum Akryum marked this as a duplicate of #353 Jul 25, 2018
@Akryum Akryum closed this as completed Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants