nodejs mocha ci/cd

29/09/2019
npm install -g mocha mochawesome

in a project folder execute :

mocha

it will execute all files matching :

test/*.js 

and generate a report

Raccourcis