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

Unified Diff: package.json

Issue 1672563002: e2e test for transformer (webdriver + pub serve) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « .travis.yml ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 207b823c8f1f46fd788dad3ca63cab4dddd2437b..8fc26a99c04eb7473c92a3bc55a4908ef00c1910 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"url": "https://github.com/dart-lang/dev_compiler.git"
},
"scripts": {
+ "postinstall": "./node_modules/.bin/webdriver-manager update",
"test": "./node_modules/.bin/karma start --single-run"
},
"devDependencies": {
@@ -24,6 +25,7 @@
"karma-mocha": "^0.1.10",
"karma-requirejs": "^0.2.2",
"mocha": "^2.2.4",
- "requirejs": "^2.1.17"
+ "requirejs": "^2.1.17",
+ "webdriver-manager": "8.0.0"
}
}
« no previous file with comments | « .travis.yml ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698