Hello everyone
i am having some problems trying to execute the karma tests using maven plugin
when i try to execute the i get this information
[INFO] --- maven-karma-plugin:1.3:start (default-cli) @ infor.motion.ims.imam_2.0 ---
cmd /C karma start E:\Work\projects\Motion\source\infor.motion.ims.imam_2.0\src\test\resources\karma.conf.js --single-run
WARN [reporter]: Can not load "junit", it is not registered!
Perhaps you are missing some plugin?
WARN [karma]: Port 9876 in use
INFO [karma]: Karma v0.10.2 server started at
http://localhost:9877/INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9.2 (Windows 7)]: Connected on socket 7mj_3NYr62_jyOOIXncT
PhantomJS 1.9.2 (Windows 7): Executed 0 of 0 ERROR (0.207 secs / 0 secs)
PhantomJS 1.9.2 (Windows 7): Executed 0 of 0 ERROR (0.207 secs / 0 secs)
but the build fails
[ERROR] Failed to execute goal com.kelveden:maven-karma-plugin:1.3:start (default-cli) on project infor.motion.ims.imam_2.0: There were Karma test failures. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.kelveden:maven-karma-plugin:1.3:start (default-cli) on project infor.motion.ims.imam_2.0: There were Karma test failures.
really no idea of why this happens. any ideas? Thank you in advance hope to hear from you.
Regards