QA/Telemetry/InstallSameExperiment

From MozillaWiki
< QA‎ | Telemetry
Jump to: navigation, search

Quick Summary

The following document will quickly illustrate how a user can install multiple copies of the same experiment for QA purposes.

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