TestRelic AI
Go to App
Studio

TestRelic Studio

The native desktop GUI companion to the CLI — the same Ask AI agent and local test data, in a graphical workspace instead of a terminal.

TestRelic Studio is a native desktop app that pairs with the CLI — the same Ask AI agent and local test data, in a graphical workspace instead of a terminal. It's built on the CLI itself: its chat pane runs tr as a persistent local session, so it honors the same Modes & engines and reuses your CLI login.

TestRelic Studioshop-e2e Local only

Fix the flaky login test

✻ TestRelic

Found the flaky step — a race on the toast dismiss. Applying a fix and re-running…

⏺ 3 tools · ctrl+o

> Describe what to test…
● LIVE
Element Intelligencehover a mark to see coverage · right-click for more
Acme Shop · Checkout
Email
••••••••
Apply promo code
Place order
Place order · Clicked by 2 tests
● 1 marked○ 1 hidden▲ 1 not covered
Session steps · 2
AGENT
Navigated to /checkout
AGENT
Clicked 'Place order'

A hand-recreated slice of the real app — click through the workspace tabs (Live Browser, Tests, Runs, Pipelines, Traces) shown here alongside chat. See Workspace for the full tour, including the session sidebar and the Routines & Dispatch multi-session workbench this compact view leaves out.

Launch it

testrelic studio                # open Studio on the current directory
testrelic studio --path ./repo  # open Studio on a specific repo

Or from the CLI's interactive UI:

❯ /studio

If nothing is installed yet, the first launch fetches and installs Studio for you — see Installation.

Terminal~/code/shop-e2e

$ testrelic studio

# open Studio on the current directory

or, from the CLI's interactive UI

/studio

studio open this repo in the TestRelic Studio desktop app (installs it if needed)

Opening TestRelic Studio (installed app) on this repo…

Opens automatically after a local /init

Running testrelic init (or /init) in Local mode sets up your project, runs the suite once, and then opens Studio on the repo automatically — no extra step needed.

Zero-friction start

No repo yet? Studio doesn't make you pick or create one first — it stands up a ready-to-use workspace pointed at a public demo app so you land straight in chat.

TestRelic StudioNew workspace
No folder picker — chat opens on a ready-made workspace Studio creates once and reuses on every launch.
Test demo.playwright.dev/todomvc? I'll use it for the tests I write from now on.
> Describe what to test — e.g. "Record a login test on my app"

Where to go next

Relationship to the CLI

Studio is a GUI shell around the same tr CLI: chat runs tr -p --input-format stream-json --output-format stream-json as a persistent session, so it shares your login and the same Modes & engines as the terminal. Fix flows can also drive your locally installed claude CLI directly, scoped to the repo.

TestRelic Studioshop-e2e
same login as the terminal
tr -p --input-format stream-json --output-format stream-json
Chat runs as one persistent session behind this pane — the same modes and engines the terminal uses, not a separate copy.
Manual
shop-e2e · getting the assistant ready…

Next steps

Installation · CLI overview

Was this page helpful?

On this page