puppeteer-simple-cli
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4552
57