Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-simple-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-simple-cli

Build your e2e testing with puppeteer simple structure.

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Puppeteer-simple-cli

Puppeteer-simple-cli is a really simple puppeteer tool for End to End test. Integrate lint-related tools and preset a high-maintenance test architecture.

Get Started

npm i -g puppeteer-simple-cli
Basic usage
Information
psc
Create a project
psc init <project-name>
Update puppeteer-simple-cli-cores
psc update
Start testing
npm run test
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

FAQs

Package last updated on 15 Jul 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc