mocha-parallel / mocha-parallel-tests

Parallel test runner for mocha tests. Looking for maintainer.
MIT License
199 stars 45 forks source link

Support --inline-diffs ? #294

Open jcollum opened 4 years ago

jcollum commented 4 years ago

I'm working on some code that a colleague wrote that uses this library. When I run a Mocha/Chai test with -inline-diffs:

node_modules/mocha-parallel-tests/dist/bin/cli.js --inline-diffs ./test-cases/*-e2e-test.js

I don't get inline diffs:

image

Inline diffs are documented here: https://mochajs.org/#diffs. Appears they were added some time ago: https://github.com/mochajs/mocha/issues/2098

jcollum commented 3 years ago

Any news on this one?