Skip to content

This is sample Test Automation framework designed using Jest, Puppeteer and JavaScript

License

NotificationsYou must be signed in to change notification settings

codewithmmak/jest-puppeteer-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jest, Puppeteer, and Javascript

Jest, Puppeteer, and Javascript Test Automation Examples

This is sample Test Automation framework designed using Jest, Puppeteer, 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
  • Download and install any Text Editor like Visual Code/Sublime/Brackets

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

Jest, Puppeteer, and Javascript Test Results

About

This is sample Test Automation framework designed using Jest, Puppeteer and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published