Closed devel-pa closed 9 years ago
Hi,
xunit
report and few others takes options.
https://github.com/mochajs/mocha/blob/1.20.1/mocha.js#L17251'. I've tried to access process.env
vars but no chance. I'll try again. I would prefer that.
reporterOptions
but I couldn't make it work with current state. There is any other way to send options? Any plan for Mocha 2 or 3?
Thanks, Paul
I've tried to access process.env vars but no chance.
Because you're running in phantomjs, not node. They are very different execution contexts.
Any plan for Mocha 2 or 3?
For the next version of mocha-phantomjs
, we're splitting out the core phantomjs part from the node cli part. The core is at nathanboktae/mocha-phantomjs-core , and I already have tests passing for phantomjs 1.x with mocha 2.24
Due to that, I'm not interested in taking the pull request here as mocha-phantomjs.coffee
will be deleted soon.
Thanks, I understood. No problem.
Hi, a few questions.
reporterOptions
object on a global. I don't see any usages of it inmocha.js
.