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

Unified 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 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
index df1387c4e85f26539b2c2111329236957de95bf7..d1a82334d3320a9dc0e9c5d4efd280584d3311ac 100644
--- a/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
+++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
@@ -3,7 +3,7 @@
{ "name": "test_runner", "type": "autostart" },
{ "name": "integration_test_runner", "type": "autostart" },
{ "name": "console_test_runner" },
-
+ { "name": "elements_test_runner" },
{ "name": "platform", "type": "autostart" },
@@ -68,7 +68,8 @@
{ "name": "changes"},
{ "name": "mobile_throttling", "type": "autostart"},
{ "name": "network_priorities"},
- { "name": "formatter" }
+ { "name": "formatter" },
+ { "name": "counters", "type": "autostart" }
],
"has_html": true

Powered by Google App Engine
This is Rietveld 408576698