Skip to content

This is a quick proof-of-concept script that uses Puppeteer (https://pptr.dev/) to navigate to a URL, perform a screenshot, download the HAR file, and log any network or console errors.

License

Notifications You must be signed in to change notification settings

StefMVP/puppeteer-har-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a quick proof-of-concept script that uses Puppeteer (https://pptr.dev/) to navigate to a URL, perform a screenshot, download the HAR file, and log any network or console errors.

  • "The specification for the HTTP Archive (HAR) format defines an archival format for HTTP transactions that can be used by a web browser to export detailed performance data about web pages it loads" (https://en.wikipedia.org/wiki/HAR_(file_format)

Future work

The objective is to create an automated QA tool that can execute Puppeteer actions automatically log errors, capture screenshots, and other relevant information as part of a CI/CD process.

Configure

TODO

Run

TODO

About

This is a quick proof-of-concept script that uses Puppeteer (https://pptr.dev/) to navigate to a URL, perform a screenshot, download the HAR file, and log any network or console errors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published