automation created with supertest
Install Mocha with npm
npm install -g mocha
This will install Mocha globally.
Install Chai with npm
npm install chai
Install SuperTest with npm
npm install supertest
Install Express with npm
npm install express
Install Body-Parser with npm
npm install body-parser
To run: from command line mocha