Test Automation Framework using JavaScript,Mocha, Selnium,Page Object Model,chai
- Check if you have a version of
Node.js
already installed on you mac machine.If not,install Node.js from https://nodejs.org/ - Run command
npm install
, to install all dependencies. - Run command
npm test
- After tests finish results will be show in terminal as shown in image below.