puppeteer-simple-cli
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "puppeteer-simple-cli", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Build your e2e testing with puppeteer simple structure.", | ||
@@ -5,0 +5,0 @@ "author": "tienmi", |
@@ -15,9 +15,27 @@ # Puppeteer-simple-cli | ||
Start testing | ||
##### 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 | ||
##### create src/main.config.js and addition config | ||
@@ -24,0 +42,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
4433
60