docs(world-id): add Selfie Check Sandbox testing guide#142
Open
noamtfh wants to merge 3 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
noamtfh
marked this pull request as ready for review
July 20, 2026 16:59
noamtfh
force-pushed
the
docs/sandbox-environment
branch
from
July 20, 2026 17:45
616ca4c to
c86318e
Compare
Add a testing guide covering coverage (entry surface x user state), critical user journeys, and known limitations for testing Selfie Check end-to-end in Sandbox. Cross-link it from the Selfie Check credential page and the IDKit credentials integration guide. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
noamtfh
force-pushed
the
docs/sandbox-selfie-check-testing
branch
from
July 20, 2026 17:45
c1b22cd to
40dd882
Compare
murph
reviewed
Jul 20, 2026
Comment on lines
+52
to
+56
| - **Sandbox apps aren't published to the app stores.** As with other Sandbox testing, | ||
| install deep links won't route to a store listing the way they do in production — | ||
| see [How to get access](/world-id/sandbox/sandbox-access#things-to-know). This means | ||
| the Cold and Semi-cold journeys above can't be exercised exactly as they will be once | ||
| the app is on the App Store or Play Store. |
Contributor
There was a problem hiding this comment.
We should have a dedicated "Testing the Cold Flow" that walks them through how to best test the cold flow.
We want to give them confidence that they can test the cold flow, not emphasize too much that it's not a valid atest.
murph
reviewed
Jul 20, 2026
Comment on lines
+58
to
+60
| Android today. On iOS, if the user taps "Sign in" instead of "Sign up" mid-flow, | ||
| there's no path to add the invite code — they have to restart from a fresh QR or deep | ||
| link. Expect iOS Semi-cold to behave differently from Android until this is closed. |
Contributor
There was a problem hiding this comment.
We don't need to document this, we need to fix it :)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main.world-id/sandbox/testing-selfie-check.mdx: coverage matrix (entry surface x Hot/Cold/Semi-cold state), critical user journeys, and known limitations (iOS Semi-cold gap, invite-code handling differences) for testing Selfie Check end-to-end in Sandbox. Adapted from the internal Reddit Sandbox testing scope doc, generalized for any relying party (no partner-specific references).world-id/sandbox/sandbox-access.mdx"Next step" now links here instead of the placeholder "(covered in a separate guide)".world-id/credentials/11.mdx(Selfie Check) "Next steps".world-id/idkit/credentials.mdx"## Selfie Check" section.docs.json.Why draft
Same reason as #141 — Sandbox Milestone 1 isn't finished (eng deadline 2026-07-21, e2e round-trip currently blocked). Also stacked on a draft PR, so this shouldn't merge before #141 does.
Test plan
npx cspellpasses on all touched/new filesnpx mint broken-links— no broken links (validated with docs(world-id): add Sandbox environment guide #141's pages present)mainafter docs(world-id): add Sandbox environment guide #141 merges🤖 Generated with Claude Code