xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

No captured browser error #106

Open jenschelkopf opened 10 years ago

jenschelkopf commented 10 years ago

Using meteor-rtd-example-project, I'm getting this error when I start rtd:

- - - Running unit tests - - -
[2013-12-11 22:28:08.529] [DEBUG] config - Loading config /home/shido/code/snippets/meteor-rtd-example-project/test/rtd/karma.conf.js
No captured browser, open http://localhost:9876/
>> Error: Command failed:
Fatal error: Command failed: 

This looks like a phantomjs problem, but it is installed:

> phantomjs -v
1.9.2

And I can run phantomjs:

> less hello.js
console.log('Hello, world!');
phantom.exit();

> phantomjs hello.js
Hello, world!

I'm using Linux, npm version 1.2.25, Meteor version 0.6.6.3.

Any tips on how I can diagnose this problem?

samhatoum commented 10 years ago

Hi. Can you try running with --debug?

jenschelkopf commented 10 years ago

That is the output of running with --debug. Is there something in addition I should do/include?

samhatoum commented 10 years ago

Hi. My apologies for not responding, I've been a month-long roadtrip!

Did you get any further with this?

samhatoum commented 10 years ago

--debug should get all the output out. Have you removed any of the tests? That error happens when there are not any tests present.