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
Try running with --no-single-run then opening a browser at the localhost port given. Open devtools and look into your test page. The karma server is waiting for the browser to load: your code may be hanging or erroring the load.
Expected behaviour
Should run tests and show them in browser
Actual behaviour
Tries to capture browser with no success. (Browser is opened by Karma with proper url and port)
Environment Details
karma --version
): 3.0.0karma.config.js
fileSteps to reproduce the behaviour
There is no such steps since it's about one specific private project.
Question
Is there a logging or something like that so I could understand why Karma cannot capture Chrome?
The interesting part is that it successfully captures browser in other projects.
Log information
The text was updated successfully, but these errors were encountered: