mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(build) setting max workers in core spec and e2e tests to 2 (#19805)
This commit is contained in:
@ -80,9 +80,9 @@
|
|||||||
"prerender.e2e": "node scripts/testing/prerender.js",
|
"prerender.e2e": "node scripts/testing/prerender.js",
|
||||||
"start": "npm run build.css && stencil build --dev --watch --serve",
|
"start": "npm run build.css && stencil build --dev --watch --serve",
|
||||||
"test": "stencil test --spec --e2e --max-workers=2",
|
"test": "stencil test --spec --e2e --max-workers=2",
|
||||||
"test.spec": "stencil test --spec",
|
"test.spec": "stencil test --spec --max-workers=2",
|
||||||
"test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec",
|
"test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec",
|
||||||
"test.e2e": "stencil test --e2e",
|
"test.e2e": "stencil test --e2e --max-workers=2",
|
||||||
"test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",
|
"test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",
|
||||||
"test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci",
|
"test.screenshot.ci": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci",
|
||||||
"test.watch": "jest --watch --no-cache",
|
"test.watch": "jest --watch --no-cache",
|
||||||
|
Reference in New Issue
Block a user