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
After updating cypress to v10 in a project, the following error is logged when executing vue-cli-service test:e2e --browser chrome --headless
ERROR TypeError: runner.on is not a function
TypeError: runner.on is not a function
at /home/runner/work/my/app/node_modules/@vue/cli-plugin-e2e-cypress/index.js:39:14
It seems @vue/cli-plugin-e2e-cypress is currently not compatible with cypress 10.
When using cypress v9, it works as expected.