mocha-parallel-tests icon indicating copy to clipboard operation
mocha-parallel-tests copied to clipboard

Support for --ui option TDD

Open MatthewDHobbs opened this issue 6 years ago • 2 comments

Would you be able to add mocha-parallel-test support for the mocha --ui option that allows for the use of TDD.

MatthewDHobbs avatar Mar 09 '19 03:03 MatthewDHobbs

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.

1999 avatar Mar 09 '19 04:03 1999

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.

nick-kompas-cko avatar Oct 17 '19 15:10 nick-kompas-cko