mocha-parallel-tests
mocha-parallel-tests copied to clipboard
Support for --ui option TDD
Would you be able to add mocha-parallel-test support for the mocha --ui option that allows for the use of TDD.
I don't have much time now to work on mocha-parallel-tests but I'm happy to review your PR if you send it. All CLI options are very simple to enable: https://github.com/mocha-parallel/mocha-parallel-tests/tree/master/src/bin/options The only thing is that usually we need tests.
I wouldn't know where to start adding this flag, I usually develop in C#. What tools do I need to develop mocha-parallel-tests locally? I think it is an easy thing to add but you need to add development details in the Readme to enable non ts devs to get involved.