I wrote above 500 unit test methods. when i give ng test
command. it starting to test all the 500 methods.
If any test cases failed, it wont stop and still it continue to execute all methods. So i need wait more time to rerun the unit test again.
I know we can exist by doing ctr+c
and again rerun the unit test by using ng test
command. This way also taking too much time.
So is it possible to stop (not exist) the unit test, if any one of the test is failed?