Open emahuni opened 3 years ago
Cypress version 8.6.0 Using this on Quasar v1.
I installed the plugin as instructed, but I get the error when the actual HMR happens:
of which the tests rerun doesn't happen and it makes no sense why this is happening.
I had to change my HMR URL to (for an Angular app):
hmrUrl: 'ws://localhost:4200/sockjs-node/websocket'
Works fine
Cypress version 8.6.0 Using this on Quasar v1.
I installed the plugin as instructed, but I get the error when the actual HMR happens:
of which the tests rerun doesn't happen and it makes no sense why this is happening.