Closed KingScooty closed 10 years ago
Are you using the tap reporter? mocha-casperjs just pipes output from whatever reporter to standard out.
Err, i'm not sure how to change the reporter? I know with mocha it's --reporter tap
etc. The default reporter for mocha-casperjs seems to be the spec reporter? This one:
Then this is what it looks like when using Testem ci:
Doesn't seem to output properly :/ But standard mocha tests output fine.
--reporter=tap
the =
is required as I'm relying on the casper options parser which requires spaces. I'd be nice to update casper's parser to allow use of spaces
A-ha, so tap is working. Hmm, it must be a testem issue. Wonder why it's rendering differently :/ I'll try over on the testem page and report back.
Testem output:
Standard mocha-casper output:
likely... fyi mocha-casperjs doesn't run on Node.js at all. :) just using npm for distribution.
When using the continuous integration mode in Testem, all of the mocha-casperjs tests appear to show up as one test instead of individually. Testem is outputting in TAP mode when in continuous integration, it doesn't appear that mocha-casperjs supports this?