What You Need
Before Atlas can show anything useful, you need:- A Revyl app with an uploaded build. If you have not done this yet, start with the Quickstart or Apps.
- At least one observation from a session, test run, or workflow. A newly uploaded build has no Atlas map until Revyl has seen it run.
- A way through authentication if your app requires login, such as test credentials or an auth bypass deep link.
1. Choose How to Generate Observations
Atlas is built from observed app usage. Pick the path that matches where you are.Dashboard Session
Use this when you already have an uploaded build and want the fastest first map. Start a session from the dashboard, then move through the app like a new user or tester would. Try to reach:- The home screen.
- Each main tab or navigation area.
- Important flows such as onboarding, checkout, search, settings, or item creation.
- Common states such as logged-out, empty, populated, loading, permission prompts, and errors.
Test or Workflow Run
Use this when you already have a smoke test or workflow. Run it once, then use Atlas to see which screens and transitions it covered. Tests are best for durable coverage. Sessions are better for discovering what the app contains.Agent Exploration
Use this after the CLI/dev loop is configured. Give your agent a broad exploration goal instead of a precise test script:2. Open Atlas
Open your app in the dashboard, then go to Atlas. Use filters when you want a narrower view:- Filter by build to inspect what changed in a specific upload.
- Filter by report to see what one test or session covered.
- Filter by time range to focus on recent activity.
3. Read the Map
Atlas is evidence-backed. If Revyl has not seen a screen or transition, Atlas cannot know about it yet. Use the map to answer three questions:- What did Revyl cover? Look for the major screens and paths your tests or session visited.
- What is missing? Find important product areas that have no screenshots or transitions.
- What changed? Compare variants and recent observations after a new build or test run.
4. Turn Gaps Into Coverage
When Atlas shows a missing path, choose the smallest useful way to fill it:- Use another exploratory session when the area is still unknown or you want broad coverage.
- Create a short test when the path matters on every release.
- Add tests to a workflow when several paths should run together.
Troubleshooting
If Atlas is empty, run at least one session or test against the app/build first, then wait briefly for report processing. If a product area is missing, Revyl has probably not reached it yet. Run a focused session or create a small test for that path. If the map looks too broad, filter by build, report, or time range. If a screen appears duplicated, inspect its variants and observations. Dynamic content, loading states, and error states may produce related but distinct screen clusters.Quickstart
Upload a build and create your first Revyl app.
Revyl CLI
Configure agent and terminal-driven exploration.
Atlas
Learn the full Atlas model.
Run your app on a cloud device
Generate observations from a live device session.