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

Side by Side Diff: chrome/installer/automation_test/config.config

Issue 20578004: Initial commit for the Automated Installer Testing Framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 4 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 {
gab 2013/07/26 20:39:48 Start this file with a comment leading to the desi
2 "states": [
3 ["clean", ["chrome_not_installed.prop", "chromef rame_not_installed.prop"]],
4 ["chrome_installed", ["chrome_installed.prop", "chromeframe _not_installed.prop"]],
5 ["chromeframe_installed", ["chrome_not_installed.prop", "chromef rame_installed.prop"]]
robertshield 2013/07/26 19:32:23 is it possible to add a line feed after the second
6 ],
7 "actions": [
8 ["install chrome", "mini_installer.exe --chrome --multi-install" ],
9 ["uninstall chrome", "mini_installer.exe --chrome --uninstall"]
10 ],
11 "tests": [
12 ["clean", "install chrome", "chrome_installed", "uninstall chrom e", "clean"]
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698