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
In previous versions I was able to run tests and coverage directly from WebStorm, which made our lives a lot easier since we could only launch specific tests just by clicking icon in the editor gutter, and had great integration of test and coverage results in IDE.
Upgrade to CLI v6 broke that, we now get error:
Error: The '@angular-devkit/build-angular/plugins/karma' karma plugin is meant to be used from within Angular CLI and will not work correctly outside of it.
at init (C:\Users\arkad\source\project\node_modules\@angular-devkit\build-angular\src\angular-cli-files\plugins\packages\angular_devkit\build_angular\src\angular-cli-files\plugins\karma.ts:53:11)
Desired behavior
I would like to be able to run tests and coverage directly from IDE, like I was able to in previous versions
The text was updated successfully, but these errors were encountered:
This issue seems to duplicate #10703, so it's alright to close it, but I would like to mention that as indicated by the comment on the other issue Webstorm 2018.2 EAP does not seem to fix it.
Versions
Observed behavior
In previous versions I was able to run tests and coverage directly from WebStorm, which made our lives a lot easier since we could only launch specific tests just by clicking icon in the editor gutter, and had great integration of test and coverage results in IDE.
Upgrade to CLI v6 broke that, we now get error:
Desired behavior
I would like to be able to run tests and coverage directly from IDE, like I was able to in previous versions
The text was updated successfully, but these errors were encountered: