You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Karma's latest release (0.13.3) and found that when using urlRoot in the configuration I got this error:
24 07 2015 10:58:16.957:WARN [proxy]: proxy "http://localhost:3000" normalized to "http://localhost:3000/"
24 07 2015 10:58:16.993:WARN [karma]: No captured browser, open http://localhost:8080/__karma__/
24 07 2015 10:58:16.999:WARN [karma]: Port 8080 in use
24 07 2015 10:58:17.000:WARN [karma]: Port 8081 in use
24 07 2015 10:58:17.001:INFO [karma]: Karma v0.13.3 server started at http://localhost:8082/__karma__/
24 07 2015 10:58:17.005:INFO [launcher]: Starting browser Chrome
24 07 2015 10:58:17.771:INFO [Chrome 44.0.2403 (Windows 7 0.0.0)]: Connected on socket w_eh0ikyk0IMkyocAAAA with id 71443510
24 07 2015 10:58:18.817:WARN [proxy]: failed to proxy //__karma__/absoluteC:/Users/MYUSER/git/karmando/karma-demo/node_modules/karma-ng-scenario/lib/
angular-scenario.js?62f813822d0794a1cdd19bc13cf43fb56f3e6eab (connect ECONNREFUSED 127.0.0.1:3000)
24 07 2015 10:58:18.820:WARN [proxy]: failed to proxy //__karma__/absoluteC:/Users/MYUSER/git/karmando/karma-demo/node_modules/karma-ng-scenario/lib/
adapter.js?7e76033575f4234bc4bcce0690b5986f1151c74c (connect ECONNREFUSED 127.0.0.1:3000)
24 07 2015 10:58:18.820:WARN [proxy]: failed to proxy //__karma__/base/scenario.test.js?61ddd448331e86e3fb529e62ca00722fad762fd1 (connect ECONNREFUSED
127.0.0.1:3000)
24 07 2015 10:58:19.821:WARN [proxy]: failed to proxy //__karma__/absoluteC:/Users/MYUSER/git/karmando/karma-demo/node_modules/karma-ng-scenario/lib/
angular-scenario.js?62f813822d0794a1cdd19bc13cf43fb56f3e6eab (connect ECONNREFUSED 127.0.0.1:3000)
24 07 2015 10:58:19.823:WARN [proxy]: failed to proxy //__karma__/absoluteC:/Users/MYUSER/git/karmando/karma-demo/node_modules/karma-ng-scenario/lib/
adapter.js?7e76033575f4234bc4bcce0690b5986f1151c74c (connect ECONNREFUSED 127.0.0.1:3000)
Chrome 44.0.2403 (Windows 7 0.0.0) ERROR
You need to include some adapter that implements __karma__.start method!
However, changing the dependency back to version 0.12.31 it works:
WARN [proxy]: proxy "http://localhost:3000" normalized to "http://localhost:3000/"
WARN [karma]: Port 8080 in use
WARN [karma]: Port 8081 in use
INFO [karma]: Karma v0.12.31 server started at http://localhost:8082/__karma__/
INFO [launcher]: Starting browser Chrome
INFO [Chrome 44.0.2403 (Windows 7)]: Connected on socket 4f0aiMxx34UkZs63UCVj with id 37065433
Chrome 44.0.2403 (Windows 7): Executed 1 of 1 SUCCESS (0.093 secs / 0.085 secs)
I am using Karma's latest release (0.13.3) and found that when using urlRoot in the configuration I got this error:
However, changing the dependency back to version 0.12.31 it works:
This can be reproduced with the code located here https://github.com/codependent/karma-demo
node index.js
karma start test/karma.ng-scenario.conf.js
The text was updated successfully, but these errors were encountered: