-
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
Failed to connect to Chrome Debugging Protocol #104
Comments
@henricook could you provide your |
Sure @derevnjuk , here's my
|
@henricook please make sure that you install a plugin on |
Sorry @derevnjuk - i'd accidentally changed to another branch and hadn't shown you my Cypress config with the har generator included, it's:
|
@henricook I see. Could you try to call |
Ok, thank you ! |
That's got it, thanks @derevnjuk - I've left a note to leave it at the end of our setupNodeEvents for the moment with a link to this thread. I'm super excited to have HAR files for my test failures now! |
I've set this up with Cypress 11.1.0 and i'm seeing this error message (setup details under this message). Have I done something wrong do you think?
I added a beforeEach and afterEach in
support/index.ts
:I'm running cypress with
npm run cypress
defined in mypackage.json
as"cypress": "$(npm bin)/cypress run --browser chrome",
The text was updated successfully, but these errors were encountered: