Karma plugin using @angular/cli does not capture the prowser.
Hello.
I am developing an angular application by developing karma tests. ng test works for me well. I've installed the plugin Karma, configured it. It opens the browser but it does not capture. So tests are not executed. I guess it is a plugin's problem. As the karma package @angular/cli is used. I've check both local and global packages.

Please sign in to leave a comment.
Works fine for me... Can you recreate the issue in a new cli project?
Note that browser capturing is done by karma server, not by IDE. BTW, does it work if you click a hyperlink (
To capture a browser open http://localhost:9876) in karma server console?>As the karma package @angular/cli is used. I've check both local and global packages
Please use local one