Skip to main content

QA Bridge

What is QA Bridge?

PantoAI QA Bridge connects the PantoAI dashboard to your local environment so you can execute mobile tests on real devices connected to your machine. Keep the bridge running to unlock local testing features from the dashboard.

How it works

PantoAI Dashboard (Browser) ↔ PantoAI QA Bridge (this tool) ↔ Your local devices (USB/Wi‑Fi)

QA Bridge App

Coming Soon...

QA Bridge CLI

Alternatively, if you already have a development environment set up, you can install our CLI tool directly using pipx.

pipx install pantoqa_bridge

pantoqa_bridge # To start the CLI

Prerequisites

Before running the CLI, ensure that the following dependencies are installed and properly configured on your system:

  • Python – Required to run the CLI tool
  • Node.js and npm – Required for Appium and related tooling
  • Appium with the UIAutomator2 driver – Used for Android automation
  • Android Debug Bridge (ADB) – Required for communicating with Android devices

Make sure all the above tools are available in your system PATH.