Index: chrome/test/functional/endure_config.txt |
diff --git a/chrome/test/functional/endure_config.txt b/chrome/test/functional/endure_config.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1b22061fc00bcb282543aa480fa62f5adb6d9d66 |
--- /dev/null |
+++ b/chrome/test/functional/endure_config.txt |
@@ -0,0 +1,19 @@ |
+# Configuration file for Chrome Endure tests. |
dennis_jeffrey
2012/08/09 17:29:04
eventually it would be nice to extend the use of t
fdeng1
2012/08/11 00:11:27
I tried to make the config file also effective for
|
+# This file is used to specify google account credential and |
+# customized google account, gmail, docs, plus urls if you don't want to use |
+# the public urls of these services. It is formated as a python dictionary. |
+# |
+# If you are external to Google, you must use this file. |
+# If you are internal to Google, you can skip this file and tests |
+# will try to use internal credential file. |
+# Example: |
+#{ |
+# "username": "my_username", |
+# "password": "my_password", |
+# "google_account_url": "https://my-google-account-server", |
dennis_jeffrey
2012/08/09 17:29:04
when might the user need to customize this URL? I
fdeng1
2012/08/11 00:11:27
I remember Loreena said they have a different gmai
|
+# "gmail_url": "https://my-gmail-server", |
+# "plus_url": "http://my-plus-server", |
+# "docs_url": "http://my-docs-server", |
+#} |
+# If the url for a google service is not specified, the public one |
+# will be used. |