-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update plugin to be compatible with Cypress 10 #22
Comments
Hello @flotwig, may you please update your great plugin so it is compatible with the Cypress 10? 🙏 There is no alternative for debugging console logs. |
I have found that the plugin still works OK UNLESS you have a plugin after it that also listens to |
After trying to get this plugin to work with Cypress 10 i have to say, that it doesn't work in headless mode. The Chrome debugger gets disconnected after the first suite and then is gone... no reconnect. |
Maybe if someone is interested i've got it to work. I will just post it here because i don't think that this repo is getting some updates: You can install the plugin that way:
The key change is to do the debugger connect in the
I also added some cleanup logic to the tryConnect function and some logging improvements, here is the full version:
|
To those who landed here hoping to find a working plugin for cypress@10 - this is the plugin you're looking for: https://github.com/archfz/cypress-terminal-report |
Hello 👋 I'm writing on behalf of the Cypress DX team. We wanted to notify you that some changes may need to be made to this plugin to ensure that it works in Cypress 10.
For more information, here is our official plugin update guide.
The text was updated successfully, but these errors were encountered: