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

Support cypress 10 with @vue/cli-plugin-e2e-cypress #7194

Closed
sceee opened this issue Jun 15, 2022 · 1 comment
Closed

Support cypress 10 with @vue/cli-plugin-e2e-cypress #7194

sceee opened this issue Jun 15, 2022 · 1 comment

Comments

@sceee
Copy link

sceee commented Jun 15, 2022

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

 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

@vue-bot
Copy link

vue-bot commented Jun 15, 2022

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!

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

2 participants