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.
What does the proposed API look like?
n/a
The text was updated successfully, but these errors were encountered:
Hello, thank you for taking time filling this issue!
However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).
I hope to see your helper-created issue very soon!
What problem does this feature solve?
After updating cypress to v10 in a project, the following error is logged when executing
vue-cli-service test:e2e --browser chrome --headless
It seems
@vue/cli-plugin-e2e-cypress
is currently not compatible with cypress 10.When using cypress v9, it works as expected.
What does the proposed API look like?
n/a
The text was updated successfully, but these errors were encountered: