puppeteer-test-framework

1.1.0 • Public • Published

Use puppeteer to test and catch your web page's errors

Usage

const pp = require('puppeteer-test-framework');

pp([
  {
    url: '',
    inject_js: '',
  },
  {
    url: '',
    inject_js: '',
  }
], { // options here
  puppeteerOptions: {},
  onError: (errors) => console.log(errors),
  onSuccess: () => {}
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.02
1.0.00

Package Sidebar

Install

npm i puppeteer-test-framework

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

7.26 kB

Total Files

5

Last publish

Collaborators

  • suhaotian