Skip to content

A simple automated test using Jest+Puppeteer for automation React Front Ends. Uses Page Object Model

Notifications You must be signed in to change notification settings

Doug-Bowen/Jest-Puppeteer-Proto-For-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview:

  • Prototype
  • Jest (unit testing framework)
  • Puppeteer (Browser Control)
  • React Front-ends
  • Page Object Model design
  • TypeScript

You'll need to run:

  • npm install jest
  • npm install puppeteer

The test is located in E2E directory and runs against the Create React App

About

A simple automated test using Jest+Puppeteer for automation React Front Ends. Uses Page Object Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published