mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
4bd38f2535
--HG-- rename : services/sync/tps/chrome.manifest => services/sync/tps/extensions/tps/chrome.manifest rename : services/sync/tps/components/tps-cmdline.js => services/sync/tps/extensions/tps/components/tps-cmdline.js rename : services/sync/tps/install.rdf => services/sync/tps/extensions/tps/install.rdf rename : services/sync/tps/modules/bookmarks.jsm => services/sync/tps/extensions/tps/modules/bookmarks.jsm rename : services/sync/tps/modules/forms.jsm => services/sync/tps/extensions/tps/modules/forms.jsm rename : services/sync/tps/modules/history.jsm => services/sync/tps/extensions/tps/modules/history.jsm rename : services/sync/tps/modules/logger.jsm => services/sync/tps/extensions/tps/modules/logger.jsm rename : services/sync/tps/modules/passwords.jsm => services/sync/tps/extensions/tps/modules/passwords.jsm rename : services/sync/tps/modules/prefs.jsm => services/sync/tps/extensions/tps/modules/prefs.jsm rename : services/sync/tps/modules/quit.js => services/sync/tps/extensions/tps/modules/quit.js rename : services/sync/tps/modules/tabs.jsm => services/sync/tps/extensions/tps/modules/tabs.jsm rename : services/sync/tps/modules/tps.jsm => services/sync/tps/extensions/tps/modules/tps.jsm extra : rebase_source : d4eed9a707ffe801de9b1bb4e6f08d31e670eec4 |
||
---|---|---|
.. | ||
config | ||
pages | ||
tps | ||
INSTALL.sh | ||
README | ||
setup.py |
TPS is a test automation framework for Firefox Sync. See https://developer.mozilla.org/en/TPS for documentation. INSTALLATION: TPS requires several packages to operate properly. To install TPS and required packages, use the INSTALL.sh script, provided: ./INSTALL.sh /path/to/create/virtualenv This script will create a virtalenv and install TPS into it. TPS can then be run by activating the virtualenv and executing: runtps --binary=/path/to/firefox