"Delaying execution, these browsers are not ready" Error
See original GitHub issueHi, 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.
Issue Analytics
- State:
- Created 11 years ago
- Comments:43 (15 by maintainers)
Top Results From Across the Web
Browser disconnecting with Karma Runner setting dependence
INFO [karma]: Delaying execution, these browsers are not ready: Chrome ... And the problem solved. ... sudo apt-get install chromium-browser.
Read more >karma-runner/karma - Gitter
Any ideas why on test changes karma is throwing this? Delaying execution, these browsers are not ready: Chrome 51.0.2704 (Mac OS X 10.11.5)...
Read more >"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...
Read more >chromium browser is crashing when running testcases with ...
INFO [karma]: Delaying execution, these browsers are not ready: Chromium 36.0.1985 ... ERROR [launcher]: /usr/bin/chromium-browser crashed.
Read more >Command Line Interface | API | Docs - TestCafe
If a browser stops responding during test execution, TestCafe restarts the ... If the same problem occurs with this test two more times,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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?