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
When add <script src="http://localhost:8098"></script> in index.html as nothingismagick suggestsits work, but then need to delete each time for production
When try add in spec Cypress.on("window:before:load" ... as brian-mann suggests I get an error body null, when try add on win.onload:
I know this also may not be ideal, but I have a check within our web apps for window.Cypress - you could try adding the script only when window.Cypress is defined and it would only be inserted during testing.
jennifer-shehane
changed the title
Don't connect to vue-remote-devtools
Support using vue-remote-devtools within Cypress
Jan 28, 2019
Since this issue hasn't had activity in a while, we'll close the issue until we can confirm this is still happening. Please comment if there is new information to provide concerning the original issue and we'd be happy to reopen.
I try to use Remote Vue DevTools with Cypress.
When add
<script src="http://localhost:8098"></script>
inindex.html
as nothingismagick suggests its work, but then need to delete each time for productionWhen try add in spec
Cypress.on("window:before:load" ...
as brian-mann suggests I get an errorbody null
, when try add onwin.onload
:or
Vue DevTools are connected but the Vue components are not displayed
The text was updated successfully, but these errors were encountered: