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

Unified Diff: third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: Created 3 years, 8 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/front_end/integration_test_runner/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json b/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..14f028e2e6bef3578de0f8552c780a6e81dff252
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner/module.json
@@ -0,0 +1,14 @@
+{
+ "dependencies": [
+ "test_runner",
dgozman 2017/04/25 21:08:28 Why not merge this module into test_runner?
chenwilliam 2017/06/15 01:01:05 We can't run certain modules in test_runner (unit
+ "sdk"
+ ],
+ "test_dependencies": [
chenwilliam 2017/04/25 01:09:07 I want test writers to control the lifetime of loa
dgozman 2017/04/25 21:08:28 Why should tests worry about modules lifetime?
chenwilliam 2017/06/15 01:01:05 I want to avoid loading all modules up-front to av
+ "console",
+ "console_model"
+ ],
+ "scripts": [
+ "ConsoleTestRunner.js",
+ "IntegrationTestRunner.js"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698