-
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
could not find CRI target #17
Comments
@jennifer-shehane Unfortunately, I can't reproduce the same error. Both 3.8.0 and 3.7.0 cypress prints the error message by default (see Output
|
The logging would be coming from here in Cypress https://github.com/cypress-io/cypress/blob/issue-5954/packages/server/lib/browsers/protocol.js#L74:L74 Yeah, it happens pretty consistently for me, even during Using Chrome Version 78.0.3904.108 plugins/index.js const { install, ensureRequiredBrowserFlags } = require('@neuralegion/cypress-har-generator')
module.exports = (on, config) => {
install(on, config)
on('before:browser:launch', (browser = {}, args) =>
ensureRequiredBrowserFlags(browser, args)
)
}; support/index.js require('@neuralegion/cypress-har-generator/support') DEBUG logs
|
@jennifer-shehane I spent some time to figure out what is a problem. Seems it's chrome related issue on macOS (https://bugs.chromium.org/p/chromium/issues/detail?id=994085). But it works as expected on Ubuntu. If you had an ability to check it on Windows I would appreciate it. |
🎉 This issue has been resolved in version 2.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Yeah, I don't have an easily accessible windows machine unfortunately. |
I ran the instructions as per the Readme against this specfile: https://github.com/cypress-io/cypress-example-kitchensink/blob/master/cypress/integration/examples/network_requests.spec.js, completely forgetting to run my server. I get this pretty nasty error message if my server during
cy.visit()
is not running.The text was updated successfully, but these errors were encountered: