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 - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "puppeteer-simple-cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "Build your e2e testing with puppeteer simple structure.",

@@ -5,0 +5,0 @@ "author": "tienmi",

@@ -18,3 +18,3 @@ # Puppeteer-simple-cli

```
$psc
$ psc
```

@@ -25,3 +25,3 @@

```
$psc init <project-name>
$ psc init <project-name>
```

@@ -32,3 +32,3 @@

```
$psc update
$ psc update
```

@@ -39,6 +39,6 @@

```
npm run test
$ npm run test
```
##### create src/main.config.js and addition config
##### Create src/main.config.js and addition config

@@ -48,12 +48,10 @@ ```

targetURL: '', // It's your target URL
pipelines: [
pipelines: [ // Execute your situation in order
{
name: 'stepName',
path: 'your script path',
retry: 0, // number of retries
reload: false // true is page reload
title: 'Situation description',
path: 'Your script path'
}
],
config: { headless: false, slowMo: 50, defaultViewport: null },
retry: 1
config: { headless: false, slowMo: 50, defaultViewport: null }, // Puppeteer config
retry: 1 // Number of retries
};

@@ -60,0 +58,0 @@ ```

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