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.

Watch on YouTube

How it works

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

QA Bridge App

Windows logo
Linux logo
MacOS logo

Common Errors

PantoAI QA Bridge.app is damaged and can’t be opened. You should move it to the Bin.

This error message is misleading: https://discussions.apple.com/thread/253714860?sortBy=rank

Signing the final build with an Apple certificate will resolve this issue. This is currently a work in progress.

Workaround: Run the following command after opening Terminal.app (assuming you have downloaded and extracted the app in the Downloads folder)

# Open `Terminal.app`
xattr -c ~/Downloads/PantoAI\ QA\ Bridge.app

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.