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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "dependencies": [
3 "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
4 "sdk"
5 ],
6 "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
7 "console",
8 "console_model"
9 ],
10 "scripts": [
11 "ConsoleTestRunner.js",
12 "IntegrationTestRunner.js"
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698