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"] |
+ ] |
+} |