Choose your framework
TestRelic provides SDK reporters for three major test automation frameworks. Select the one your project uses to get started.
Playwright
Browser E2E and API testing. Captures navigation timelines, network stats, console logs, and CI metadata from your Playwright test suites.
→AppiumBeta
Native Android and iOS testing via WebdriverIO. Captures device logs, WebDriver commands, network traffic, screenshots, and video.
→MaestroBeta
Mobile flow testing with YAML. Captures flow results, per-step timing, screenshots, video, and AI defect reports — zero changes to your YAML flows.
→Not sure which to pick?
- Use Playwright if your tests are written in TypeScript/JavaScript targeting browsers or REST APIs.
- Use Appium if your tests drive Android or iOS apps via WebdriverIO (
.tsor.jstest files). - Use Maestro if your tests are YAML flow files run with the
maestro testCLI.