Hi i am writing unit test for my application using jasmine and karma.
I want to run individual test file for testing not as a whole project using npm test.
I don't want to us fdescribe()
and fit()
.
Is there any way i can run my test file by providing filename while running test for the same.
Asked
Active
Viewed 129 times
0

k_hotspot
- 134
- 1
- 1
- 13
-
Did you have a look into [link](https://stackoverflow.com/questions/29150998/karma-running-a-single-test-file-from-command-line) ? – sah1 Nov 26 '18 at 13:52
-
posible dupplicate of: https://stackoverflow.com/questions/26552729/karma-run-single-test/55525936#55525936 – luiscla27 Apr 17 '19 at 02:04