yeoman / generator-karma

Yeoman generator for Karma
http://yeoman.io
BSD 2-Clause "Simplified" License
172 stars 48 forks source link

Getting error: You need to include some adapter that implements __karma__.start method! #61

Closed facultymatt closed 10 years ago

facultymatt commented 10 years ago

After generating with yo karma --gruntfile-path . and then fixing the gruntfile as described in this issue I get the following logs when running grunt test:

Running "karma:unit" (karma) task
INFO [karma]: Karma v0.12.16 server started at http://localhost:9876/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket F0yO4S5ud-PvmqXfaJDS with id 64667766
PhantomJS 1.9.7 (Mac OS X) ERROR
  You need to include some adapter that implements __karma__.start method!

Warning: Task "karma:unit" failed. Use --force to continue.

Aborted due to warnings.
eddiemonge commented 10 years ago

This scaffolds out your karma configuration. You have to add karma tests after that.