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.5 to 1.0.6

2

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

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

# Puppeteer-simple-cli
## Status
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.
Puppeteer-simple-cli is a really simple puppeteer tool for End to End test.
### Get Started

@@ -18,3 +16,3 @@

```
$ psc
psc
```

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

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

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

```
$ psc update
psc update
```

@@ -39,3 +37,3 @@

```
$ npm run test
npm run test
```

@@ -55,3 +53,4 @@

config: { headless: false, slowMo: 50, defaultViewport: null }, // Puppeteer config
retry: 1 // Number of retries
retry: 1, // Number of retries
getClientLog: false // Whether to accept client log
};

@@ -58,0 +57,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