Skip to content

Instantly share code, notes, and snippets.

@rehandalal
Created March 21, 2019 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rehandalal/21c589931280e4c08eb223557180b7f8 to your computer and use it in GitHub Desktop.
Save rehandalal/21c589931280e4c08eb223557180b7f8 to your computer and use it in GitHub Desktop.
Testing Normandy against stage
  • Go to about:config and change the value of app.normandy.api_url to https://stage.normandy.nonprod.cloudops.mozgcp.net/api/v1.
  • Open the browser console.
  • Run the following in the browser console:
    const { RecipeRunner } = ChromeUtils.import("resource://normandy/lib/RecipeRunner.jsm");
    RecipeRunner.run();
  • Check about:studies to make sure you see the intended changes to the study list.
  • Verify any other side effects of recipes.
  • Restore the default value of app.normandy.api_url in about:config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment