dalekjs / dalek-browser-ie

[unmaintained] Internet Explorer Browser bindings for DalekJS
MIT License
9 stars 6 forks source link

ERROR: Error: spawn EACCES #12

Open netsi1964 opened 10 years ago

netsi1964 commented 10 years ago

When I try to run dalek I get this error:

$ dalek first.js -b ie
Running tests
>> ERROR: Error: spawn EACCES

I am on OSX Mavericks, and other browser tests (PhantomJS and Chrome) works fine.

kisin commented 10 years ago

same here. any solutions?

asciidisco commented 10 years ago

So, you guys are trying to use the remote API & execute tests on an Internet Explorer that is running in another VM, or do you try to execute this locally?

kisin commented 10 years ago

locally via npm install dalek-browser-ie

asciidisco commented 10 years ago

Ah okay, that wont work. Have you seen this video? It explains how to configure Dalek to run tests in IE froma non Windows environment? https://vimeo.com/78144005

kisin commented 10 years ago

thanks, i will have a look