nodejs mocha ci/cd
29/09/2019npm install -g mocha mochawesome
in a project folder execute :
mocha
it will execute all files matching :
test/*.js
and generate a report
npm install -g mocha mochawesome
in a project folder execute :
mocha
it will execute all files matching :
test/*.js
and generate a report