Skip to content
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

Merged
merged 2 commits into from
Sep 11, 2020

Conversation

tublitzed
Copy link
Contributor

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.

@@ -9,6 +16,9 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "^1.12.0"
"docusaurus": "1.14.6"
Copy link
Contributor Author

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"
Copy link
Contributor Author

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`.
Copy link
Contributor Author

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.

@tublitzed tublitzed merged commit 1a8f908 into mozilla:master Sep 11, 2020
@tublitzed tublitzed deleted the more-sync-testing-docs branch September 11, 2020 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add instructions for testing Fenix sync against staging
2 participants