Skip to main content

What is clickproof?

clickproof runs end-to-end tests on your mobile app without you writing or maintaining any test scripts. You upload a build (.apk for Android, .app.zip for iOS) and describe what to check in plain English — an AI vision agent drives a real cloud Android device, taps through your app, and returns a video recording and a pass/fail verdict with the reasoning.

Quickstart

Upload a build and run your first test in five minutes.

GitHub Actions

Gate every pull request on your app’s real behavior.

API reference

Drive builds, runs, and results from your own tooling.

Reports

Watch the recording and read the agent’s step-by-step trace.

How it works

1

Create a project

A project maps to one app and holds its tests and builds.
2

Describe a test

Write the goal in plain English — “sign up, then reach the home screen.” No selectors, no scripts.
3

Upload a build

Drop in an .apk or a simulator .app.zip, from the dashboard or your CI pipeline.
4

Run it on a real device

The agent drives a cloud device and records everything.
5

Get a verdict

A pass/fail result, the reasoning, and a shareable video report.

Built for CI

clickproof is designed to run in your pipeline. The clickproof-ai/run-tests GitHub Action uploads your build, runs the project’s tests, and fails the job when a test fails — so a broken flow blocks the merge, just like a unit test would.