Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
(Update to reference Github) |
||
| Line 9: | Line 9: | ||
== Running Selenium scripts == | == Running Selenium scripts == | ||
A read-only copy of the current Selenium scripts can be downloaded using git: | A read-only copy of the current Selenium scripts can be downloaded using git: | ||
git clone https:// | git clone https://github.com/bugzilla/bugzilla.git | ||
A read/write copy can also be downloaded: | A read/write copy can also be downloaded: | ||
git clone | git clone git@github.com:bugzilla/bugzilla.git | ||
A script named <em>xt/config/generate_test_data.pl</em> will automatically populate new installations, allowing the Selenium and WebService tests to be executed. | A script named <em>xt/config/generate_test_data.pl</em> will automatically populate new installations, allowing the Selenium and WebService tests to be executed. | ||