1

Im using yeoman + angular generator and hate the fact that I have to launch a browser EVERYTIME i want to test, and I test very frequently. Is there a way I can run tests with just the console without having to wait for Karma to find and launch a browser (taking 8 seconds on current laptop). Or do I need to try another testing library? Take in mind im only testing controller logic, not form input etc.

Coldstar
  • 1,324
  • 1
  • 12
  • 32

1 Answers1

2

You could try using some headless frameworks like Zombie (http://zombie.labnotes.org/) or PhantomJS (http://phantomjs.org/)