I'm newbie in gulp and I have some questions:
Is it possible to use gulp as unit testing in visual studio?
Is it any possibility to use gulp with Qunit, jasmine etc?
Thank you!
gulp is simple task runner. you can use it to define certain jobs to perform via single command. here's one plugin that might help: https://github.com/karma-runner/gulp-karma
and here's one article that might be interesting: https://taco.visualstudio.com/en-us/docs/unit-test-03-basic-testing/