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
Would be great to be able to run unit tests using the Jasmine SpecRunner served by ng serve, rather than being forced to use Karma in development.
Karma is great for continuous integration and code coverage reporting, but not so nice for doing test driven development.
I've been using it with Angular 1 + Gulp + Livereload + SpecRunner.html and it was really great for productivity.
With Karma, I miss the ability to run a single test, and to have a easy view on the failed expectations (and I need to have two processes compiling my sources, ng serve and ng test.
Any chance to get that in a future release ?
The text was updated successfully, but these errors were encountered:
filipesilva
added
feature
Issue that requests a new feature
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
labels
Oct 27, 2016
The console can sometimes produce a big output, which is hard to use in development because of finding the beginning of a stacktrace for example. The specrunner has the ability to show me instantly which tests have failed.
This isn't something we're looking at adding per se. We currently only support Karma, which needs a custom build setup as well. Adding another test option would be very time consuming relatively little benefit I believe.
Would be great to be able to run unit tests using the Jasmine SpecRunner served by
ng serve
, rather than being forced to use Karma in development.Karma is great for continuous integration and code coverage reporting, but not so nice for doing test driven development.
I've been using it with Angular 1 + Gulp + Livereload + SpecRunner.html and it was really great for productivity.
With Karma, I miss the ability to run a single test, and to have a easy view on the failed expectations (and I need to have two processes compiling my sources,
ng serve
andng test
.Any chance to get that in a future release ?
The text was updated successfully, but these errors were encountered: