Reputation: 55729
Can I configure gulp-jasmine to run tests in a browser, or do I need to use something like gulp-jasmine-phantom?
Upvotes: 0
Views: 49
Reputation: 473873
gulp-jasmine
would run your tests with jasmine
command-line-interface.
If you want browser-based tests, look into karma
test runner.
Upvotes: 1