We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3539a commit bbaff1aCopy full SHA for bbaff1a
package.json
@@ -15,7 +15,7 @@
15
"test:e2e": "wp-scripts test-playwright",
16
"test:js": "wp-scripts test-unit-js",
17
"test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.ts",
18
- "test:performance:merge-reports": "playwright merge-reports --reporter tests/performance/config/performance-reporter.ts ./all-blob-reports",
+ "test:performance:merge-reports": "playwright merge-reports --reporter tests/performance/config/performance-reporter.ts ./blob-report",
19
"test:performance:results": "node tests/performance/cli/results.js",
20
"test:watch": "wp-scripts test-unit-js --watch",
21
"version:major": "node ./scripts/version major",
0 commit comments