Nathan Black

Results 78 comments of Nathan Black

Yeah I was using `0.9.6` when I released 4.0 that supported it - see https://travis-ci.org/nathanboktae/mocha-phantomjs-core/jobs/110061074. You may want to install that version to unblock you for now. I'm curious to...

Oh this is a big issue - need to fix it, definately not closed :) Thanks for your report and investigation.

No, all the tests run fine with relative paths. Since you're a windows user you have extra pain on you from which shell you use, which slashes you use, and...

Actually I want to move CLI parsing of mocha-phantomjs into the core. I started work on it just since I saw this issue (thanks for prompting me more) - https://github.com/nathanboktae/mocha-phantomjs-core/tree/cli-parsing...

> As long as we are not dependent on the version of phantomjs Absolutely not. The shell wrapper would only work if you got things in your path. and I...

> now since mocha-phantomjs just breaks my build all of a sudden There was some issue with bitbucket that is owned by a dependant package. It works now. You can...

> I'll explore workarounds to get phantom2 installed on travis from that thread. Do what this project does and [just wget it](https://github.com/nathanboktae/mocha-phantomjs-core/blob/99980b3cfb14001e528ff725fedafd6d98a15f13/.travis.yml#L17-L18) Though I think one regression or change is...

> Seems that even passing useColors: true in the json config leaves the output without color (on a local terminal, not referring to travis). I can't reproduce this issue, and...

There's no way to do this in a general way. Each `html` file is a separate process fork, a separate process run, and each reporter is an opaque black box...

[`robust-websocket`](https://github.com/appuri/robust-websocket) runs in [a webworker](https://github.com/appuri/robust-websocket/blob/master/test/webworker.js) (it uses `CustomEvent` for eventing).