Skip to main content
Ask AI

TestRelic for Maestro

TestRelic adds observability around Maestro flow runs: capture results, artifacts, and sync with the TestRelic cloud when configured.

LayerWhat it isWhere it runs
@testrelic/maestro-analyticsWraps Maestro runs to capture analytics and artifactsLocally, with Maestro
Cloud PlatformDashboards, AI, monitoringtestrelic.ai

What gets captured (v1.2.2)

  • Per-step detail — per-step timing and per-step parameters (text typed, swipe direction, lat/lon), retry/repeat grouping, and assertions, parsed from the Maestro commands-*.json files.
  • Mobile network capture — optional traffic capture via --capture-network (spawns mitmproxy; needs mitmdump on PATH) or by importing a HAR with --har-path ./run.har.
Network capture flags

--capture-network accepts --proxy-port, --proxy-host, --skip-cert-install, --proxy-include <pat>, and --proxy-exclude <pat>. See Get Started for the full flag list.

Next steps

Loading chart…