mojotech / pioneer

Integration Testing
MIT License
527 stars 35 forks source link

error with events.js #326

Closed orizens closed 9 years ago

orizens commented 9 years ago

hi.
I updated pioneer to the latest version (0.10.5), and i'm getting this error:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn EACCES
    at errnoException (child_process.js:1001:11)
    at Process.ChildProcess._handle.onexit (child_process.js:792:34)

am i missing something?

samccone commented 9 years ago

hey @orizens I will need a tiny bit more context can you provide your node version and some code to reproduce?

orizens commented 9 years ago

hi.
You can clone my code at: https://github.com/orizens/echoes, and run pioneer in master branch.
i'm using node version v0.10.33.
The strange thing is that it works fine in a branch "angular", however in master it doesn't work.

orizens commented 9 years ago

I think that i've found the problem. Apparently, the chromedriver file i'm using in master was corrupted. Also, my code is dependant on the "selenium-driver" node module.