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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/integration_test_runner.json

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: fix Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "modules" : [ 2 "modules" : [
3 { "name": "test_runner", "type": "autostart" }, 3 { "name": "test_runner", "type": "autostart" },
4 { "name": "integration_test_runner", "type": "autostart" }, 4 { "name": "integration_test_runner", "type": "autostart" },
5 { "name": "console_test_runner" }, 5 { "name": "console_test_runner" },
6 6 { "name": "elements_test_runner" },
7 7
8 8
9 { "name": "platform", "type": "autostart" }, 9 { "name": "platform", "type": "autostart" },
10 { "name": "dom_extension", "type": "autostart" }, 10 { "name": "dom_extension", "type": "autostart" },
11 { "name": "main", "type": "autostart" }, 11 { "name": "main", "type": "autostart" },
12 { "name": "components", "type": "autostart"}, 12 { "name": "components", "type": "autostart"},
13 { "name": "ui", "type": "autostart" }, 13 { "name": "ui", "type": "autostart" },
14 { "name": "sdk", "type": "autostart" }, 14 { "name": "sdk", "type": "autostart" },
15 { "name": "protocol", "type": "autostart" }, 15 { "name": "protocol", "type": "autostart" },
16 { "name": "host", "type": "autostart" }, 16 { "name": "host", "type": "autostart" },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 { "name": "event_listeners" }, 61 { "name": "event_listeners" },
62 { "name": "object_ui"}, 62 { "name": "object_ui"},
63 { "name": "help", "type": "autostart"}, 63 { "name": "help", "type": "autostart"},
64 { "name": "workspace_diff" }, 64 { "name": "workspace_diff" },
65 { "name": "console_model", "type": "autostart"}, 65 { "name": "console_model", "type": "autostart"},
66 { "name": "network_log", "type": "autostart"}, 66 { "name": "network_log", "type": "autostart"},
67 { "name": "text_utils", "type": "autostart"}, 67 { "name": "text_utils", "type": "autostart"},
68 { "name": "changes"}, 68 { "name": "changes"},
69 { "name": "mobile_throttling", "type": "autostart"}, 69 { "name": "mobile_throttling", "type": "autostart"},
70 { "name": "network_priorities"}, 70 { "name": "network_priorities"},
71 { "name": "formatter" } 71 { "name": "formatter" },
72 { "name": "counters", "type": "autostart" }
72 ], 73 ],
73 74
74 "has_html": true 75 "has_html": true
75 } 76 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698