- Go to
about:configand change the value ofapp.normandy.api_urltohttps://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:studiesto 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_urlinabout:config.
Created
March 21, 2019 17:35
-
-
Save rehandalal/21c589931280e4c08eb223557180b7f8 to your computer and use it in GitHub Desktop.
Testing Normandy against stage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment