summaryrefslogtreecommitdiffstats
path: root/xt/config/selenium_test.conf
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-26 18:57:55 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-26 18:57:55 +0100
commit9b6ec1f545da1cc4088ddf9cc117747954e58e65 (patch)
tree6cc3eb342a740b795052e587756f6c33438b772a /xt/config/selenium_test.conf
parent6f70920f2d2bb038a371e3cb3debff44f7001fa8 (diff)
downloadbugzilla-9b6ec1f545da1cc4088ddf9cc117747954e58e65.tar.gz
bugzilla-9b6ec1f545da1cc4088ddf9cc117747954e58e65.tar.xz
Bug 1069799 - move the QA repository into the main repository
r=LpSolit
Diffstat (limited to 'xt/config/selenium_test.conf')
-rw-r--r--xt/config/selenium_test.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/xt/config/selenium_test.conf b/xt/config/selenium_test.conf
new file mode 100644
index 000000000..e4d7e4417
--- /dev/null
+++ b/xt/config/selenium_test.conf
@@ -0,0 +1,46 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This Source Code Form is "Incompatible With Secondary Licenses", as
+# defined by the Mozilla Public License, v. 2.0.
+
+# To make this configuration file useful to you, you have to:
+# - set the path and URL to your Bugzilla installation.
+# - replace @my.company by something more relevant to you,
+# also what comes before @my.company if you want/need to.
+# - set passwords for each user accounts.
+
+{ 'browser' => '*firefox',
+ 'experimental_browser_launcher' => '*chrome',
+ 'host' => 'localhost',
+ 'port' => 4444,
+ 'browser_url' => 'http://localhost',
+ 'attachment_file' => '/home/bugzilla/devel/htdocs/bugzilla/xt/config/patch.diff',
+ 'bugzilla_installation' => 'bugzilla',
+ 'bugzilla_path' => '/home/bugzilla/devel/htdocs/bugzilla',
+ 'admin_user_login' => 'admin@my.company',
+ 'admin_user_passwd' => '******',
+ 'admin_user_username' => 'admin',
+ 'admin_user_api_key' => 'zQ5TSBzq7tTZMtKYq9K1ZqJMjifKx3cPL7pIGk9Q',
+ 'permanent_user' => 'permanent_user@my.company',
+ 'unprivileged_user_login' => 'no-privs@my.company',
+ 'unprivileged_user_passwd' => '******',
+ 'unprivileged_user_username' => 'no-privs',
+ 'unprivileged_user_login_truncated' => 'no-privs@my',
+ 'unprivileged_user_api_key' => 'zQ5TSBzqP4nrdBKYq9Re4qJrjifKx3cK07pIGk9Q',
+ 'QA_Selenium_TEST_user_login' => 'QA-Selenium-TEST@my.company',
+ 'QA_Selenium_TEST_user_passwd' => '******',
+ 'editbugs_user_login' => 'editbugs@my.company',
+ 'editbugs_user_passwd' => '******',
+ 'editbugs_user_api_key' => 'zQ5ewBzq3gTrdBKYq9K1ZqJMjifKx3cKleE6k9TQ',
+ 'canconfirm_user_login' => 'canconfirm@my.company',
+ 'canconfirm_user_passwd' => '******',
+ 'tweakparams_user_login' => 'tweakparams@my.company',
+ 'tweakparams_user_login_truncated' => 'tweakparams@my',
+ 'tweakparams_user_passwd' => '******',
+ 'disabled_user_login' => 'disabled@my.company',
+ 'disabled_user_passwd' => '******',
+ 'common_email' => '@my.company',
+ 'test_extensions' => 0,
+};