karma: "Delaying execution, these browsers are not ready" Error
Hi, I’ve been having this issue for a couple of weeks now, and its driving me nuts.
I have my setup configured to retest on every save, but now after a couple of changes in the code and saving, after 3 or 4 saves the tests don’t run anymore and I get this message:
INFO [testacular]: Delaying execution, these browsers are not ready: PhantomJS 1.8 (Linux)
changing browser
INFO [testacular]: Delaying execution, these browsers are not ready: Chrome 25.0 (Linux)
As you can see, it happens when using Chrome as well as PhantomJS
Restarting Karma fixes the problem, but after a couple of saves I’m in the same situation.
Additional info: I’m on linux and using coffeescript.
About this issue
- Original URL
- State: closed
- Created 11 years ago
- Comments: 43 (15 by maintainers)
Hmmm also running into this problem with unit tests written in TypeScript.
Versions:
karma: 0.13.22 PhantomJS: 2.1.1 npm: 3.3.6 node: 5.0.0
I’ll play around with the configuration to see if I can get it to work. Karma runs fine with singleRun set to true. It’s a great tool.
What version of Karma and Node are you using?
LOL @andrewluetgers nice vid 😃
Has this issue been considered resolved or what? Because it is not. And its a bit of a showstopper. Karma is awesome when it works, I’m glad I spent 2 days pulling my hair out to get it to work. But that awesomeness is predicated heavily on it actually working. I’m wondering why this thread died 2 months ago…