mardi 13 septembre 2016

How to run Mocha Test in silent mode in terminal

I have to run multiple times the mocha test with different inputs.

I dont like to wait for the result like

mocha test

will output

Test Mocha

✓ IT Test 

✓ login with  account  (719ms)

2 passing (3s)

I like to run in silent mode like

mocha test

test started

and I can run other test and I don't care for output result Im running linux so whatever idea would be great :)

Aucun commentaire:

Enregistrer un commentaire