Skip to main content
Ask AI

Cloud Platform Overview

Purpose

The TestRelic cloud platform is the web application that centralizes test analytics, AI-driven insights, monitoring dashboards, and third-party integrations — for Playwright browser tests and Appium mobile tests.

Prerequisites

  • An account at testrelic.ai (sign up or accept an invite).
  • Test data from the SDK reporters when you want live runs in the platform (optional for exploring empty orgs).

The SDK reporters (@testrelic/playwright-analytics and @testrelic/appium-analytics) run locally alongside your tests and generate structured output. The cloud platform is where that data is stored, visualized, and acted on.

Concept: data path from tests to the platform

Platform pillars

PillarWhat it provides
Test Runs & SessionsOrg-wide test run dashboard with CI environment context, filterable run lists, and deep session inspection
RepositoriesConnect your test repositories, view health metrics, pass rates, and manage framework setup
AI & IntelligenceAsk AI chat, floating AI assistant, session-level AI insights, and structured artifact generation
Test NavigationPathfinder and tree-view maps of your test suite's navigation patterns and coverage
MonitoringSmoke, regression, and nightly observatory dashboards for automated quality gates
IntegrationsNative connections to GitHub Actions, Jira, Grafana Loki, Amplitude, TestMu AI, and BrowserStack
AdministrationUser management, API keys, billing, audit logs, and usage analytics

Where SDK-backed data surfaces

Sunburst shows how the product is organized around runs, repos, AI, monitoring, and admin once data reaches the cloud. Ring sizes are illustrative weights for onboarding, not analytics from your org.

Loading chart…

Key concepts

Organizations

Every TestRelic account belongs to an organization. All repositories, test runs, integrations, and AI conversations belong to the organization and are shared across team members.

Repositories

A repository in TestRelic maps to one test project (typically one Git repository). Repositories are the top-level grouping for test runs, navigation graphs, and health metrics.

Test Runs and Sessions

A test run is a single execution of your test suite — one invocation of npx playwright test or npx wdio run wdio.conf.ts. Each run contains one or more sessions (individual test cases). The platform captures:

  • Pass/fail/flaky status per session
  • Step-by-step execution timeline
  • Network requests and console output
  • Device logs and Appium command traces (mobile runs)
  • Video recordings (when available)
  • CI environment context (GitHub Actions, GitLab CI, Jenkins, CircleCI)

Feature Flags

Some platform features (Monitoring, Integrations) are controlled by PostHog feature flags at the organizational level. Contact your administrator if a section is not visible in your navigation.

Accessing the platform

Navigate to testrelic.ai and sign in with your email and password. New users are guided through an onboarding wizard that sets up your profile and first repository connection.

Troubleshooting

SymptomWhat to try
No runs appear after CIConfirm the reporter uploads or sync path for your setup, and that the correct organization and repository are selected in the UI.
A navigation item is missingFeature flags may hide Monitoring or Integrations for the org — ask an admin.

FAQ

Do I need both Playwright and Appium reporters to use the platform?
No. Use the reporter that matches your stack. The platform supports data from either or both.
Where do API keys for uploading or MCP fit in?
Organization API keys and MCP personal access tokens are created in platform settings. See API Keys and MCP authentication docs for details.
What is the fastest path to first value?
Connect a repository and run your suite with the SDK reporter so at least one test run appears on the dashboard.

What's next?

Connect your first repo

The fastest way to get value from the platform is to connect a repository using an API key.

Was this page helpful?
Last updated on by Srivishnu Ayyagari