Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to debug the "You need to include some adapter that implements __karma__.start method!" error? #2237

Closed
C3-TKO opened this issue Jul 7, 2016 · 1 comment

Comments

@C3-TKO
Copy link

C3-TKO commented Jul 7, 2016

Expected behavior

I expected that karma is still working after update from 0.13.9 to 1.1.0. If karma is not working properly anymore i would like to have some more information how to fix this problem myself

Actual behavior

07 07 2016 08:36:13.016:INFO [karma]: Karma v1.1.0 server started at http://localhost:8080/
07 07 2016 08:36:13.019:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
07 07 2016 08:36:13.087:INFO [launcher]: Starting browser PhantomJS
07 07 2016 08:36:14.570:INFO [PhantomJS 2.1.1 (Mac OS X 0.0.0)]: Connected on socket /#kR-iedk86tRVJxHqAAAA with id 89582790
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
You need to include some adapter that implements karma.start method!

Enviroment Details

https://github.com/C3-TKO/junkan/blob/update-karma-to-1.0.0/karma.conf.js
https://github.com/C3-TKO/junkan/blob/update-karma-to-1.0.0/package.json

Steps to reproduce the behaviour

  1. Checkout branch https://github.com/C3-TKO/junkan/tree/update-karma-to-1.0.0
  2. npm install
  3. npm run test

I would be glad if you could tell me hoy debug this issue myself. I already checked other issues with the same error and most of the times this is an error regarding a dependency but i failed at recognizing how to debug this myself and how to find out where the adapter fails. It should be the one of karma-mocha.

@dignifiedquire
Copy link
Member

This is related due to some plugins not being updated and ready for karma 1.0. See #2194 for details and workarounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants