So, I looked for everything for this, found "similar" answers here, but not quite what I want.
Right now, if I want to test one file with karma, I need to do fit() , fdescribe() in the corresponding file ...
However, I want to be able to simply name the karma, with the configuration file, and direct it to a specific file, so I do not need to modify the file at all, i.e.
karma run --conf karma.conf.js --file /path/to/specific/test_file.js
Can this be done? Or with any assistant? (using grunt or gulp?)
javascript gruntjs gulp karma-runner karma-jasmine
GonΓ§alo Vieira Mar 19 '15 at 17:17 2015-03-19 17:17
source share