Socket
Socket
Sign inDemoInstall

puppeteer-simple-cli-cores

Package Overview
Dependencies
77
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    puppeteer-simple-cli-cores

## Status


Version published
Maintainers
1
Created

Readme

Source

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

Keywords

FAQs

Last updated on 01 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc