Skip to content

A quick walk through the dashboard.

What the CLI sends in. What you see when you log in. What your team does with it.

01 // ingest

Send results from anywhere.

The af CLI pushes test output from any CI pipeline, container, or local run. A REST API covers anything the CLI does not.

  • JUnit and native format ingestion.
  • Attach artifacts in the same call.
  • API keys per project, rotate on demand.
ci / main.yml
# after the test step
$ af push ./reports/*.xml \
--project web-app \
--branch main \
--commit $GITHUB_SHA \
--artifact ./screenshots
↳ parsed 412 results · 8 attachments · 1.3s
↳ run dashboard.automatedfuture.co/r/7f2a91
02 // see

Status, trends, and ownership in one view.

The dashboard is the first thing you see. Status breakdown across recent runs, pass rate over time, the runs themselves, and the projects they belong to.

  • Per-run summaries and per-project status.
  • Pass rate trend you can read at a glance.
  • Drill straight into the run or result behind any data point.
dashboard.automatedfuture.co
Automated Future dashboard showing status breakdown donut, pass rate over time, and recent test runs
03 // search

Find the one test you actually care about.

Powerful search across every result, with filters for status, run, date range, and more. The right test is one query away, not twelve clicks deep.

  • Search across every run in your history.
  • Filter by status (passed, failed, skipped, known-fail).
  • Error messages rendered inline next to the test name.
dashboard.automatedfuture.co / results
Automated Future test results view with searchable list of individual results including statuses, durations, and error messages
04 // investigate

Open a result. See everything.

Output logs, snapshots, artifacts, and metadata attached to every test result. No chasing down expired CI artifacts or relying on screenshots in Slack.

  • Full output log preserved inline.
  • Log syntax highlighting for easy readability.
  • Download screenshots, traces, and logs on demand.
  • Retention you can actually reason about.
dashboard.automatedfuture.co / result
Automated Future test result detail view showing output log and attached artifacts
05 // operate

The boring stuff that keeps it running.

Teams, projects, retention, and auth that stays out of your way until you need it.

projects

Group by what you actually own.

Unlimited projects on every plan. Archive the ones you no longer touch without losing their history.

teams

Invite, role, switch.

Workspaces with owner, admin, and member roles. Google OIDC or password sign-in with MFA. API keys rotate on demand.

retention

Keep what matters.

Per-plan defaults on how long results and artifacts stick around. Automatic cleanup, no surprise deletions.

preferences

Light, dark, your call.

Per-user theme and accent colour. Saved to your account and applied instantly across sessions.

// next

See it on your own data.

The free tier is enough to ingest a real pipeline and decide if the dashboard earns a spot in your workflow.