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

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

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup Created 3 years, 9 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.json
diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
new file mode 100644
index 0000000000000000000000000000000000000000..9453ea9531533a9edf7d5c0034f5e628c8b315f5
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
@@ -0,0 +1,65 @@
+{
+ "modules" : [
+ { "name": "platform", "type": "autostart" },
+ { "name": "dom_extension", "type": "autostart" },
+ { "name": "main", "type": "autostart" },
+ { "name": "components", "type": "autostart"},
+ { "name": "ui", "type": "autostart" },
+ { "name": "sdk", "type": "autostart" },
+ { "name": "protocol", "type": "autostart" },
+ { "name": "host", "type": "autostart" },
+ { "name": "common", "type": "autostart" },
+ { "name": "emulation", "type": "autostart" },
+ { "name": "workspace", "type": "autostart" },
+ { "name": "bindings", "type": "autostart" },
+ { "name": "persistence", "type": "autostart" },
+ { "name": "extensions", "type": "autostart" },
+ { "name": "services", "type": "autostart" },
+ { "name": "elements", "condition": "!v8only" },
+ { "name": "network", "condition": "!v8only" },
+ { "name": "network_group_lookup", "condition": "!v8only", "type": "remote" },
+ { "name": "sources" },
+ { "name": "timeline", "condition": "!v8only" },
+ { "name": "timeline_model", "condition": "!v8only" },
+ { "name": "product_registry", "condition": "!v8only", "type": "remote" },
+ { "name": "profiler" },
+ { "name": "resources", "condition": "!v8only" },
+ { "name": "audits", "condition": "!v8only" },
+ { "name": "audits2", "condition": "!v8only" },
+ { "name": "devices", "condition": "!v8only" },
+ { "name": "security", "condition": "!v8only" },
+ { "name": "console" },
+ { "name": "source_frame" },
+ { "name": "text_editor" },
+ { "name": "cm" },
+ { "name": "cm_modes", "type": "remote" },
+ { "name": "settings" },
+ { "name": "layers", "condition": "!v8only" },
+ { "name": "layer_viewer", "condition": "!v8only" },
+ { "name": "snippets" },
+ { "name": "diff" },
+ { "name": "terminal", "type": "remote" },
+ { "name": "sass", "condition": "!v8only" },
+ { "name": "accessibility", "condition": "!v8only", "type": "remote" },
+ { "name": "animation", "condition": "!v8only" },
+ { "name": "coverage", "condition": "!v8only" },
+ { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
+ { "name": "perf_ui" },
+ { "name": "quick_open" },
+ { "name": "cookie_table" },
+ { "name": "inline_editor" },
+ { "name": "color_picker" },
+ { "name": "data_grid" },
+ { "name": "heap_snapshot_model" },
+ { "name": "network_conditions", "type": "autostart"},
+ { "name": "event_listeners" },
+ { "name": "object_ui", "type": "autostart"},
+ { "name": "help", "type": "autostart"},
+ { "name": "integration_test", "type": "autostart" },
+ { "name": "test_runner", "type": "autostart" },
+ { "name": "integration_test_runner" }
+ ],
+
+ "has_html": true
+}

Powered by Google App Engine
This is Rietveld 408576698