TestRelic for Maestro
TestRelic adds observability around Maestro flow runs: capture results, artifacts, and sync with the TestRelic cloud when configured.
| Layer | What it is | Where it runs |
|---|---|---|
@testrelic/maestro-analytics | Wraps Maestro runs to capture analytics and artifacts | Locally, with Maestro |
| Cloud Platform | Dashboards, AI, monitoring | testrelic.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-*.jsonfiles. - Mobile network capture — optional traffic capture via
--capture-network(spawns mitmproxy; needsmitmdumponPATH) 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…