- Install Nodejs latest version
- Install VS code latest version
- Clone the repo
- Open termianl in the root folder\
- Give following commands:
npm init -y
npm test file ./user.test.js
To create mochawesome report, give following commands:
npm i mochawesome
npm start file ./User.test.js
This is the screenshot of mochawesome.html report: