question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Delaying execution, these browsers are not ready" Error

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:43 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Apr 22, 2016

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.

2reactions
dignifiedquirecommented, Mar 19, 2013

What version of Karma and Node are you using?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found