puppeteer-simple-cli-cores

1.0.45 • Public • Published

Puppeteer-simple-cli-cores

Status

Puppeteer-simple-cli is a really simple puppeteer tool for End to End test.

Get Started

npm i puppeteer-simple-cli-cores

Basic usage

Create src/main.config.js and addition config
module.exports = {
    targetURL: '', // It's your target URL
    pipelines: [ // Execute your situation in order
        {
            title: 'Situation description',
            path: 'Your script path'
        }
    ],
    config: { headless: false, slowMo: 50, defaultViewport: null }, // Puppeteer config
    retry: 1,  // Number of retries
    getClientLog: false // Whether to accept client log
};

License

MIT

Package Sidebar

Install

npm i puppeteer-simple-cli-cores

Weekly Downloads

5

Version

1.0.45

License

MIT

Unpacked Size

312 kB

Total Files

7

Last publish

Collaborators

  • tienmi