arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Windows Support

Open caridy opened this issue 12 years ago • 1 comments

Let's use this to track windows support. At the moment, when trying to test mojito in windows by using npm test, I'm getting some weird errors, I'm not so sure it is related, but in any case, I will add it here.

> [email protected] test C:\Users\caridy\Dropbox\Public\mojito-windows
> cd tests && node run.js test --browser phantomjs

node C:\Users\caridy\Dropbox\Public\mojito-windows\tests\run.js test --browser phantomjs

---Run both unit and functinal tests with phantomjs---
---Starting Arrow Server---
node C:\Users\caridy\Dropbox\Public\mojito-windows\tests/../node_modules/yahoo-arrow/arrow_server/server.js
Server running at: http://10.0.2.15:10000
Server running at: http://10.0.2.15:10001
Server running at: http://10.0.2.15:10002
Server running at: http://10.0.2.15:10003
Server running at: http://10.0.2.15:10004
Server running at: http://10.0.2.15:10005
Server running at: http://10.0.2.15:10006
Server running at: http://10.0.2.15:10007
Server running at: http://10.0.2.15:10008
---Starting Phantomjs---
node C:\Users\caridy\Dropbox\Public\mojito-windows\tests/../node_modules/phantomjs/bin/phantomjs --webdriver=4445
PhantomJS is launching GhostDriver...
[ERROR - 2013-05-16T23:03:29.382Z] GhostDriver - Main - Could not start Ghost Driver => {
  "message": "Could not start Ghost Driver",
  "line": 79,
  "sourceId": 66540992,
  "sourceURL": ":/ghostdriver/main.js",
  "stack": "Error: Could not start Ghost Driver\n    at :/ghostdriver/main.js:79",
  "stackArray": [
    {
      "sourceURL": ":/ghostdriver/main.js",
      "line": 79
    }
  ]
}

caridy avatar May 16 '13 23:05 caridy

is this still an issue ? we added --startPhantomJs option as part of cli. This should work everywhere now.

proverma avatar Apr 25 '14 20:04 proverma