I\'m using Yeoman and generator-angular to manage AngularJS apps, but I\'m having trouble with automated testing.
Running grunt test will run unit tests onc
grunt test
You can try this to run only e2e tests
grunt karma:e2e