Created
April 9, 2014 01:56
-
-
Save thepeopleseason/10218597 to your computer and use it in GitHub Desktop.
HabitRPG test run error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@habitrpg:/vagrant$ npm test | |
> [email protected] test /vagrant | |
> ./test/run_tests.sh | |
Running "stylus:build" (stylus) task | |
File build/app.css created. | |
File build/static.css created. | |
Done, without errors. | |
Recreating test database | |
MongoDB shell version: 2.0.4 | |
connecting to: habitrpg_test | |
[object bson_object] | |
selenium standalone is up to date. | |
chromedriver is up to date. | |
execvp(): No such file or directory | |
events.js:72 | |
throw er; // Unhandled 'error' event | |
^ | |
Error: spawn ENOENT | |
at errnoException (child_process.js:988:11) | |
at Process.ChildProcess._handle.onexit (child_process.js:779:34) | |
Waited 30 seconds, but Selenium never responded | |
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] | |
curl: (7) couldn't connect to host | |
npm ERR! Test failed. See above for more details. | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment