Confirmed users
683
edits
m (The QA mailing-list no longer exists) |
(bzr has been replaced by git) |
||
Line 8: | Line 8: | ||
== Running Selenium scripts == | == Running Selenium scripts == | ||
A read-only copy of the current Selenium scripts can be downloaded using git: | |||
git clone https://git.mozilla.org/bugzilla/qa.git | |||
A read | A read/write copy can also be downloaded: | ||
git clone ssh://gitolite3@git.mozilla.org/bugzilla/qa.git | |||
A | A script named <em>config/generate_test_data.pl</em> will automatically populate new installations, allowing the Selenium and WebService tests to be executed. | ||
'''Note 1:''' The Bugzilla installation to test must already exist, and must already have its important parameters configured (i.e. ''urlbase'', ''cookiepath'', and ''mail_delivery_method''). It is recommended that ''mail_delivery_method'' be set to '''Test''', unless "actual" bug mail is desired. | '''Note 1:''' The Bugzilla installation to test must already exist, and must already have its important parameters configured (i.e. ''urlbase'', ''cookiepath'', and ''mail_delivery_method''). It is recommended that ''mail_delivery_method'' be set to '''Test''', unless "actual" bug mail is desired. |