/puppeteer-nodejs-javascript

This is sample Test Automation framework designed using Puppeteer, NodeJS and Javascript.

Primary LanguageJavaScriptMIT LicenseMIT

Puppeteer, NodeJS and Javascript

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

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

Puppeteer, NodeJS and Javascript Test Results