summaryrefslogtreecommitdiffstats
path: root/.circleci/selenium_test.conf
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-07 19:35:47 +0200
committerGitHub <noreply@github.com>2017-08-07 19:35:47 +0200
commit4663032035039cc642db9b3f82b289418d02c430 (patch)
tree553648b0cc683692cabcbc9ae45ef46f8af3b759 /.circleci/selenium_test.conf
parent28a1de6319da8b481b9b5ec08f070bce65e17bb3 (diff)
downloadbugzilla-4663032035039cc642db9b3f82b289418d02c430.tar.gz
bugzilla-4663032035039cc642db9b3f82b289418d02c430.tar.xz
Bug 1383355 - Migrate CI tests from taskcluster to CircleCI
Diffstat (limited to '.circleci/selenium_test.conf')
-rw-r--r--.circleci/selenium_test.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/.circleci/selenium_test.conf b/.circleci/selenium_test.conf
new file mode 100644
index 000000000..a012ae957
--- /dev/null
+++ b/.circleci/selenium_test.conf
@@ -0,0 +1,49 @@
+# 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 @mozilla.test by something more relevant to you,
+# also what comes before @mozilla.test if you want/need to.
+# - set passwords for each user accounts.
+
+{ 'browser' => '*firefox',
+ 'experimental_browser_launcher' => '*chrome',
+ 'host' => 'localhost',
+ 'port' => 4444,
+ 'browser_url' => 'http://<<HOSTNAME>>:8000',
+ 'attachment_file' => 'https://raw.githubusercontent.com/mozilla-bteam/bmo/master/qa/config/patch.diff',
+ 'bugzilla_installation' => 'bmo',
+ 'bugzilla_path' => '/app',
+ 'test_bug_1' => 1,
+ 'test_bug_2' => 2,
+ 'admin_user_login' => 'admin@mozilla.test',
+ 'admin_user_passwd' => 'password',
+ 'admin_user_username' => 'QA Admin',
+ 'admin_user_nick' => 'admin',
+ 'permanent_user' => 'permanent_user@mozilla.test',
+ 'permanent_user_login' => 'permanent_user@mozilla.test',
+ 'permanent_user_passwd' => 'password',
+ 'unprivileged_user_login' => 'no-privs@mozilla.test',
+ 'unprivileged_user_passwd' => 'password',
+ 'unprivileged_user_username' => 'no-privs',
+ 'unprivileged_user_nick' => 'no-privs',
+ 'unprivileged_user_login_truncated' => 'no-privs@mo',
+ 'QA_Selenium_TEST_user_login' => 'QA-Selenium-TEST@mozilla.test',
+ 'QA_Selenium_TEST_user_passwd' => 'password',
+ 'editbugs_user_login' => 'editbugs@mozilla.test',
+ 'editbugs_user_passwd' => 'password',
+ 'canconfirm_user_login' => 'canconfirm@mozilla.test',
+ 'canconfirm_user_passwd' => 'password',
+ 'tweakparams_user_login' => 'tweakparams@mozilla.test',
+ 'tweakparams_user_login_truncated' => 'tweakparams@mo',
+ 'tweakparams_user_passwd' => 'password',
+ 'disabled_user_login' => 'disabled@mozilla.test',
+ 'disabled_user_passwd' => 'password',
+ 'common_email' => '@mozilla.test',
+ 'test_extensions' => 1,
+};