-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add details for how to test Fenix against staging, and minor package.json tweaks #101
Conversation
…ersion and update package.json
@@ -9,6 +16,9 @@ | |||
"rename-version": "docusaurus-rename-version" | |||
}, | |||
"devDependencies": { | |||
"docusaurus": "^1.12.0" | |||
"docusaurus": "1.14.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tend to like pinning to a version (makes it less likely to run into weirdness across different systems) but happy to change if we used the ^
for a reason that I'm not aware of.
"docusaurus": "1.14.6" | ||
}, | ||
"engines": { | ||
"node": ">=8.11.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured I'd match the dockerfile just in case as long as I was in here.
3. Restart Firefox. Make sure to use the same profile you setup in step #1. | ||
4. Now, either login to an existing staging Firefox account, OR create a new Firefox account now that you're pointed to staging. | ||
5. Once you're logged into your Firefox account, verify that you're actually pointed to staging by [testing a manual Sync](/ecosystem-platform/docs/process/sync-testing#verify-ive-set-things-up-correctly). | ||
1. Now, in `about:config`, set `identity.fxaccounts.autoconfig.uri` to `https://accounts.stage.mozaws.net`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not know this cool markdown trick when I first added this file. As long as I'm in here, figured I'd tweak these too.
Description
Now that Fenix is live, I want to make sure we have docs to share about how to test it against staging sync servers. I also added a few tidbits to package.json, and upgraded docusaurus (which fixed a bunch of npm warnings).
Testing
Read it - make sense?
Issue(s)
Closes #94.