YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Windows Support #93

Open caridy opened 11 years ago

caridy commented 11 years ago

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.

> mojito@0.5.9pr1 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
    }
  ]
}
proverma commented 10 years ago

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