nodejs-hello-world-master

Step 1). Run below command in rood directory where package.json exist

npm install

Step 2). Run below command to run test case and to generate XML report. xml files can get /reports directory

npm run test	

Step 3). Run below command to statically analyzes code to find problems

npm run eslint