An open API service indexing awesome lists of open source software.

https://github.com/james2doyle/simple-page-checker

Run GoogleChrome/puppeteer over a list of pages and check for errors in them
https://github.com/james2doyle/simple-page-checker

chrome nodejs puppeteer

Last synced: 2 months ago
JSON representation

Run GoogleChrome/puppeteer over a list of pages and check for errors in them

Awesome Lists containing this project

README

          

simple-page-checker
=====================

> Run [GoogleChrome/puppeteer](https://github.com/GoogleChrome/puppeteer) over a list of pages and check for errors in them

![screenshot](screenshot.png)

### Setup

* `npm install`
* create `config.json`
* use the following scaffolding:

```json
{
"baseUrl": "",
"pages": [
"/"
],
"timeout": 120000,
"additionalDelay": 2000,
"concurrentPages": 5,
"launchOptions": {
"headless": true
}
}
```

### Running

* `npm start`