Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(864)

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2413563002: DevTools: add "npm test" to run tests by fetching content shells (Closed)
Patch Set: nits Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 59cd180b171e0bf4e4d1c060482d9c9fd577e0af..04814e5e73a481cee35be91dcdd1f280c0239dcb 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -5,7 +5,9 @@
"start": "node scripts/start_chrome_and_server.js",
"chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
"server": "node scripts/hosted_mode/server.js",
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "node scripts/npm_test.js",
+ "test:build": "node scripts/npm_test.js --build-only",
+ "test:run": "node scripts/npm_test.js --test-only",
"lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
},
"repository": {

Powered by Google App Engine
This is Rietveld 408576698