mocha testing for the lazies, single key-press for all possible tests
- by laggingreflex
I have a batch file that lists all the test files I have and asks me which test I want to perform, like
Test. [U]nit, [I]ntegration : i (user input)
Integration. [A]ll, [2][U]serInteraction, [3][R]esultGeneration : u
2 User Interaction.
Running "mocha integration\2userint.js" ...
So essentially I have configured a batch "option" for each test…