arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Hangs on loading phantomjs... #151

Open ghost opened 9 years ago

ghost commented 9 years ago

phantomjs command works. mogod is started is started but it hangs at saying loading phantomjs.. i have left it for a while also to see if it loads at end but nothing

apendua commented 9 years ago

@MurWade Interesting. Have you tried running laika in verbose mode to get some more feedback? You can also try switching to gagarin.

ghost commented 9 years ago

Yes and this is the output i get

$ laika -V
[laika log] accepting the following extensions: (js)

injecting laika...
loading phantomjs...
[app touch log] [[[[[ ~/dev/models ]]]]]

[app touch log] => Started proxy.
[app touch log] => Started your app.
[app touch log] 
[app touch log] => App running at: http://localhost:14461/

I also tried cloning the Hello-laika example and that also doesnt work. this is the output i get for that

~/hello-laika$ laika -V
[laika log] accepting the following extensions: (js)

 injecting laika...
 loading phantomjs...
 [app touch log] [[[[[ ~/hello-laika ]]]]]

 [app touch log] => Meteor server running on: http://localhost:19060/
yasuba commented 9 years ago

I have the same problem (both with my own app and with the hello-laika example). I tried installing an earlier phantomjs, but still no joy.

apendua commented 9 years ago

@MurWade @yasuba If you guys are starting a new project, please try using Gagarin instead. If you already have a bunch of tests written in Laika and you don't want to rewrite them from scratch let me know and I will try to find time to investigate this issue.

yasuba commented 9 years ago

Ok, will start again with gagarin - thanks @apendua .