Closed jameshfisher closed 10 years ago
E.g. a way to specify the search path.
Yep: you'll want something like <karmaExecutable>${basedir}/node_modules/.bin/karma</karmaExecutable>
in your pom.
Excellent, thanks! That works.
Should this be in the example in the README?
Good point about the README. Updated.
It would be nice if this plugin did not rely on me installing
karma
globally. Is it possible to specify a path to a local karma installation?