QA/Telemetry/InstallSameExperiment: Difference between revisions

From MozillaWiki
< QA‎ | Telemetry
Jump to navigation Jump to search
Line 1: Line 1:
= Quick Summary =
= Quick Summary =


== Installing Same Experiment Multiple Times ==
= Installing Same Experiment Multiple Times =


If you're trying to get multiple experiments listed under the '''Experiments''' container in '''about:addons''', you can simply change the ID of the current experiment in the '''firefox-manifest.json''' file:
If you're trying to get multiple experiments listed under the '''Experiments''' container in '''about:addons''', you can simply change the ID of the current experiment in the '''firefox-manifest.json''' file:

Revision as of 17:54, 17 June 2014

Quick Summary

Installing Same Experiment Multiple Times

If you're trying to get multiple experiments listed under the Experiments container in about:addons, you can simply change the ID of the current experiment in the firefox-manifest.json file:

  • Open your firefox-manifest.json file under the telemetry experiment folder
  • You'll need to change the following value: "id": "tile-switcher@experiments.mozilla.org"
    • Examples: "id": "QA #1", "id": "QA #2", "id": "QA #3"
    • Every time telemetry experiments is launched, the above will count as a new experiment

Experiments.png