README updated for FF51

This commit is contained in:
baku 2017-01-09 12:04:27 +01:00
parent aea0e27df0
commit 64498da783

View file

@ -14,7 +14,7 @@ details](https://docs.google.com/document/d/1WQdHTVXROk7dYkSFluc6_hS44tqZjIrG9I-
## Requirements ## Requirements
* node 7+ (for jpm) * node 7+ (for jpm)
* Firefox 52+ (For now; aiming at Firefox 51+) * Firefox 51+
## Run it ## Run it
@ -53,7 +53,7 @@ The only way to run the experiment is using an [unbranded version build](https:/
1. `git clone git@github.com:mozilla/testpilot-containers.git` 1. `git clone git@github.com:mozilla/testpilot-containers.git`
2. `cd testpilot-containers` 2. `cd testpilot-containers`
3. `npm install` 3. `npm install`
4. `./node_modules/.bin/jpm run -p /Path/To/Firefox/Profiles/{junk}.addon_dev -b FirefoxDeveloperEdition` (where FirefoxDeveloperEdition might be: ~/<reponame>/obj-x86_64-pc-linux-gnu/dist/bin/firefox) 4. `./node_modules/.bin/jpm run -p /Path/To/Firefox/Profiles/{junk}.addon_dev -b FirefoxBeta` (where FirefoxBeta might be: ~/<reponame>/obj-x86_64-pc-linux-gnu/dist/bin/firefox or ~/<downloadedFirefoxBeta>/firefox)
Check out the [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) for more information about debugging add-on code. Check out the [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox) for more information about debugging add-on code.