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

Unified 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, 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: chrome/installer/automation_test/config.config
diff --git a/chrome/installer/automation_test/config.config b/chrome/installer/automation_test/config.config
new file mode 100644
index 0000000000000000000000000000000000000000..8316a2587027e3947c841d555ca170749ad7ddf1
--- /dev/null
+++ b/chrome/installer/automation_test/config.config
@@ -0,0 +1,14 @@
+{
gab 2013/07/26 20:39:48 Start this file with a comment leading to the desi
+ "states": [
+ ["clean", ["chrome_not_installed.prop", "chromeframe_not_installed.prop"]],
+ ["chrome_installed", ["chrome_installed.prop", "chromeframe_not_installed.prop"]],
+ ["chromeframe_installed", ["chrome_not_installed.prop", "chromeframe_installed.prop"]]
robertshield 2013/07/26 19:32:23 is it possible to add a line feed after the second
+ ],
+ "actions": [
+ ["install chrome", "mini_installer.exe --chrome --multi-install"],
+ ["uninstall chrome", "mini_installer.exe --chrome --uninstall"]
+ ],
+ "tests": [
+ ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"]
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698