https://github.com/codewithmmak/puppeteer-nodejs-javascript
This is sample Test Automation framework designed using Puppeteer, NodeJS and Javascript.
https://github.com/codewithmmak/puppeteer-nodejs-javascript
Last synced: 12 months ago
JSON representation
This is sample Test Automation framework designed using Puppeteer, NodeJS and Javascript.
- Host: GitHub
- URL: https://github.com/codewithmmak/puppeteer-nodejs-javascript
- Owner: codewithmmak
- License: mit
- Created: 2019-01-07T10:31:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T06:50:13.000Z (over 1 year ago)
- Last Synced: 2024-11-23T07:26:56.127Z (over 1 year ago)
- Language: JavaScript
- Size: 872 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Puppeteer, NodeJS and Javascript Test Automation Examples
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.
## To Get Started
### Pre-requisites
* Download and install Node.js:
* [Install Node.JS](https://www.codewithmmak.com/blog/2018/11/23/install-node-js/ "Install Node.JS")
* Optional - Download and install any Text Editor like Visual Code/Sublime/Brackets
* [Install Visual Studio Code](https://www.codewithmmak.com/blog/2018/11/23/install-visual-studio-code/ "Install Visual Studio Code")
### Setup Scripts
* 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.
### How to Run Test
* Run Test: `node specs/chrome.js`
### How to Update local npm packages
* Go to Project root directory and run command: `npm update`
### Sample Test Results
