Skip to main content

The Interface

When you open Quash, you see three areas: Left navigation panel — the vertical sidebar on the left. This is how you move between every major section of Quash. It stays visible at all times. Central workspace — the main area where you do your work. What appears here changes depending on which section you have open — a recipe conversation in Test Studio, a list of test cases in Test Cases, a report detail view in Reports. Right-side panels — slide-in panels that appear when you click controls on the right edge of the screen. In Test Studio, these include the TESTS panel (showing generated test cases) and the CONFIG panel (controlling how Recipe generates tests). In Reports, the Device View panel shows the screen recording. The profile button in the top-right corner opens your account settings, organisation details, device management, and integrations.

What Each Section Does

The left navigation panel contains every top-level section in Quash. The profile menu in the top-right also gives access to:
  • Devices — connect and manage physical Android devices, local emulators, iOS simulators, and Quash cloud devices.
  • Integrations — connect Jira, GitHub, Figma, Slack, and other external tools.
  • Organisation & Members — manage your team, invite members, set roles and permissions.
  • Settings — organisation-level configuration including maximum concurrent tasks and ADB path.

The Typical Workflow

Most teams follow this path once they are set up:
  1. Open Test Studio and create a recipe for the feature you are testing.
  2. Attach context — your app, a GitHub branch, Figma designs, a PRD, a Jira ticket. The more you attach, the better the output.
  3. Write a prompt describing what you want to test. Recipe generates test cases.
  4. Review and save the generated tests to your Test Cases library.
  5. Add test cases to a suite and run the suite on your connected devices.
  6. Read the execution report — executive summary, observations, step-by-step screenshots, and the device recording.
For quick one-off checks, skip steps 1–4 and go straight to Tasks — write a prompt and run it immediately on any connected device.

Where to Find Things

Next steps

If you are setting up Quash for the first time:
  1. Quickstart — get your first test running in 5 minutes
  2. Devices — connect a physical device, emulator, or cloud device
  3. Apps — configure your app, upload a build, and connect your codebase