This is sample Test Automation framework designed using Puppeteer, NodeJS and Javascript. And in this framework we will see some basic working examples for learning.
- Download and install Node.js:
- Optional - Download and install any Text Editor like Visual Code/Sublime/Brackets
- Clone the repository into a folder
- Go to Project root directory and install Dependency:
npm install
- All the dependencies from package.json and ambient typings would be installed in node_modules folder.
- Run Test:
node specs/chrome.js
- Go to Project root directory and run command:
npm update