Skip to content

dtt101/js-error-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scan JS Errors

Scan a batch of URLs for JavaScript errors using Playwright.

Setup

Install dependencies:

npm install

Usage

Create a line separated file with URLs to scan.

https://example.com
https://example.org

Save as urls.txt in the /data directory

Run the script:

npm start -- data/urls.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published