Ben Aston
Ben Aston

Reputation: 55729

Can I configure gulp-jasmine to run tests in a browser?

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

Answers (1)

alecxe
alecxe

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

Related Questions