HomeReviews › TestDriver.ai

TestDriver.aiTestDriver.ai Review (2026)$20 a Seat Plus $0.14 a Minute

Developer ToolsResearched assessment · by Daniel HaketUpdated 2026-09-18

You do not control your own seat count.

Best for: teams already living inside GitHub pull requests who want end-to-end tests to exist at all — mention @testdriverai in a PR, get a written, run and committed test back with a recording — and who would otherwise keep postponing a Playwright suite nobody has time to maintain.

Visit TestDriver.ai → Affiliate link — the rest of this page is the honest version, including who should skip it.

Pricing (2026)

✓ Pricing re-verified 18 Sep 2026

Two tiers. Pro is $20 per seat a month plus $0.14 for every testing minute, with 120 testing minutes included and a 14-day free trial. Read the seat rule carefully, because you do not choose it: the page states that seats are automatically billed for every GitHub user who gets a pull-request review or runs a test. Testing minutes are billed for as long as the sandbox is running — which starts automatically on pull-request generation and on test runs — so the meter covers the machine's uptime rather than the duration of your assertions.

Pro is cloud-hosted and covers web apps, Chrome extensions, VSCode extensions, Windows desktop apps, Linux and Windows, with unlimited team users and unlimited AI generation and test runs. Enterprise is quote-only and self-hosted, with unlimited testing minutes, root access, custom VM images, bring-your-own-keys, VPN deployment and private Slack Connect support — and it is the tier where Haxor's team builds and maintains the tests for you.

Mac desktop, Android and iOS are listed as coming soon, and only under Enterprise. The company is Haxor Inc. Plans change — always verify the live price on their site.

The honest knock

The pricing page says a seat is billed automatically for every GitHub user who gets a pull-request review or runs a test — so the bill is set by who touches your repository, not by a number you chose. On a team of ten that is $200 a month before a single test has run, and it scales with contributors rather than with usage. The included allowance is thinner than it looks.

120 testing minutes at the published $0.14 overage rate is $16.80 of metered value against a $20 seat, so the bundle is close to a rounding error on the seat itself. Worse, the meter runs on sandbox uptime rather than test duration: the clock covers booting the machine and loading your app, not only the part where it clicks things. A suite that takes eight minutes of wall time per pull request exhausts 120 minutes in fifteen pull requests.

And the page never says whether those 120 minutes are per seat or per account. At $0.14 a minute that ambiguity is worth $151.20 a month on a ten-person team — the difference between 120 minutes and 1,200. It is the first thing to put in writing before you turn this on, and it is not answerable from anything they publish. One coverage trap: if you ship a Mac desktop app, or anything on iOS or Android, Pro does not cover you.

Those platforms are marked coming soon and sit under Enterprise, which is quote-only. What is genuinely good here is the part that usually breaks. Tests are written against what a user does rather than against selectors — the generated file reads `td.find("signup button").click()` and `td.assert("dashboard is visible")` — and the documentation tells you to describe behaviour instead of implementation, which is the opposite of the brittle CSS-selector suites this category is famous for.

That is also the risk: an element resolved by an AI from a description can drift for reasons a diff will not show you.

What TestDriver.ai does

AI QA engineer that lives in GitHub: mention @testdriverai in a pull request or issue and it starts a real desktop sandbox, runs your application, writes and runs an end-to-end UI test, posts a recording, and commits the test file to your repository — then reruns it on every pull request that touches the same ground. Tests are written against behaviour rather than selectors (find “signup button”, assert “dashboard is visible”). Pro is $20 per seat a month plus $0.14 per testing minute with 120 minutes included and a 14-day trial, and seats are billed automatically for every GitHub user who gets a PR review or runs a test. Covers web apps, Chrome and VSCode extensions, Windows desktop and Linux; Mac, iOS and Android are Enterprise-only and marked coming soon. By Haxor Inc. Read 18 Sep 2026.

The seat is the cheap part; the meter and the headcount are not

There is one buyable plan, so the question is not which tier but what the bill actually becomes at your shape of team. Start with the seat, because it is the part you cannot control. $20 a month per GitHub user who gets a pull-request review or runs a test. A five-person team is $100, a ten-person team $200, a twenty-person team $400 — and that number tracks your contributor list rather than your testing.

An open-source repository with outside contributors is the pathological case worth thinking through before you install the app. Then add the meter. 120 testing minutes are included and every minute after that is $0.14, billed on sandbox uptime. Three hundred minutes a month is $25.20 of overage; a thousand minutes is $123.20. Those are small numbers next to the seats until your suite grows, and then they cross over: at ten seats and 2,000 minutes you are at $200 plus $263.20, and the meter has become the larger half.

The unresolved question sits between those two paragraphs. The page lists “Included Testing Minutes (120)” without saying per seat or per account, and on a ten-person team that is a $151.20 monthly difference. Get it in writing. Enterprise is the other shape entirely: self-hosted, unlimited minutes, and Haxor's own team writing and maintaining the tests, investigating failures and reporting bugs. No price is published, and that is consistent — it is a service contract rather than a bigger plan.

If your reason for looking at this category is that nobody on the team wants to own the test suite, Enterprise is the tier that actually answers it, and the quote will reflect that.

How to actually use TestDriver.ai

Install the GitHub App and pick the repositories deliberately — not the whole organisation. Seats are billed per GitHub user who gets a pull-request review or runs a test, so the scope you grant is the scope you pay for. Start with one repository and one team. Write the request the way the documentation tells you to. Mention @testdriverai in a pull request or an issue and describe what a user does and what they should see: “Log in, add the first product to the cart, and confirm the cart badge shows 1” works, while “click #add-btn” does not.

TestDriver replies in the thread, starts a sandbox, writes the test, runs it, posts the result with a link to a recording, and then opens a pull request that adds the test file to your repository. The test lands as a real file you can read and edit — `td.find("signup button").click()`, `td.assert("dashboard is visible")` — so review it like any other code rather than trusting it because it passed once.

Measure your sandbox minutes during the 14-day trial, not after. The meter runs on how long the sandbox is up, including boot and app load, so the only way to know your real monthly cost is to watch what a typical pull request consumes and multiply by your merge rate. That number, not the seat price, is what decides whether this is cheap. Before the trial ends, put two things in writing: whether the 120 included minutes are per seat or per account, and what happens to the seat count when an outside contributor opens a pull request.

Neither is on the pricing page. And check the platform list against what you actually ship. Web, Chrome extensions, VSCode extensions, Windows desktop and Linux are covered on Pro. Mac desktop, iOS and Android are marked coming soon and sit under Enterprise only.

Distilled from testdriver.ai/pricing, read in a live browser on 18 September 2026: the Pro tier at $20 per seat per month with $0.14 per testing minute and 120 testing minutes included, the 14-day free trial, the statement that seats are automatically billed for every GitHub user who gets a PR review or runs a test, the note that testing minutes are billed for the duration the sandbox is running and that this starts automatically on PR generation and test runs, and the full feature comparison table (cloud versus self-hosted, included minutes, team users, overage rate, and the platform rows for web apps, Chrome extensions, VSCode extensions, Windows desktop apps, Mac desktop apps, Android, iOS, Linux, Windows and Mac, plus test recordings, analytics, CPU/RAM/network profiles, root access, custom VM images, support tiers, guided setup, test creation, test maintenance, failure investigation, bug reporting, VPN deployment and bring-your-own-keys). The company name Haxor Inc comes from the footer of that page. The workflow and the example test file come from testdriver.ai itself and from docs.testdriver.ai/quickstart-github, read the same day: installing the GitHub App, mentioning @testdriverai in a pull request or issue, the sandbox run, the recording link, the pull request that commits the test, the advice to describe user behaviour rather than implementation details, and the generated `td.find(...)` / `td.assert(...)` syntax. No independent reviews were found to read.

TestDriver.ai vs BugHerd, side by side

Both columns come from the same place: each vendor’s own published pricing, read on the date shown in the sources at the foot of this page. We do not average them into a score.

TestDriver.aiTestDriver.ai →
What it costs
Pro is $20 per seat a month plus $0.14 for every testing minute, with 120 testing minutes included and a 14-day free trial.
The catch
You do not control your own seat count.
Best for
teams already living inside GitHub pull requests who want end-to-end tests to exist at all — mention @testdriverai in a PR, get a written, run and committed test back with a recording — and who would otherwise keep postponing a Playwright suite nobody has time to maintain
BugHerdBugHerd →
What it costs
Standard about $42/mo (5 members), Studio ~$67/mo (10), Premium ~$125/mo (25), plus custom Enterprise — all with unlimited projects and unlimited client users; annual billing runs $500/$800/$1,500 per year (two months free), extra members $6.60/user/mo billed annually ($80 a year each).
The catch
The per-team-member tiers are the thing to size honestly: your clients report for free as guests, but everyone on your side who works the feedback needs a seat, so a growing agency steps up tiers.
Best for
web agencies and site teams that want clients to point-and-click feedback directly on the page — and, new in 2026, want AI agents (Claude Code, Cursor and others) to read, triage and action that feedback via BugHerd's MCP server, free in beta

Both names above are affiliate links: we may earn a commission if you sign up, at no extra cost to you. Neither changes what this table says: both columns come straight from the vendors’ own pricing pages.

The natural comparison is BugHerd — These solve the same problem from opposite ends, and we carry no direct automated-QA competitor to put beside this one — worth saying plainly rather than inventing a peer. BugHerd, from our own dossiers (re-verified 5 September 2026), is where humans report what they found: about $42 a month for 5 members, $67 for 10 and $125 for 25, with unlimited projects and unlimited client users, and extra members at $6.60 each billed annually. It is a fixed, predictable bill and it catches what a person noticed. TestDriver is the machine doing the looking, and its bill moves with your team and your runtime rather than staying still. At ten seats it is $200 a month before minutes, against BugHerd's $67 for the same headcount — but BugHerd never opens your app, and nothing in it stops a regression merging. The honest comparison is not really between these two: it is between TestDriver and the Playwright suite you would write yourself, where the software is free and the cost is the engineer-weeks to build it and the maintenance nobody budgets for. Price that against $20 a seat before deciding..

More on TestDriver.ai

Everything we publish about TestDriver.ai links back here — the review stays the honest hub:

Get the current deal →

The ex-banker filter — the same yardstick on every review (how we review): My ex-banker filter is simple: does TestDriver.ai remove a real cost — time, errors, missed revenue — bigger than what it charges?

Visit TestDriver.ai →

Frequently asked questions

What does TestDriver.ai cost?

Pro is $20 per seat a month plus $0.14 for every testing minute, with 120 testing minutes included and a 14-day free trial — read on testdriver.ai/pricing on 18 September 2026. Enterprise is quote-only and self-hosted, with unlimited minutes, and it is the tier where Haxor's own team writes and maintains your tests. The seat price is the smaller half of most bills: at ten seats you are at $200 a month before a minute is metered, and 2,000 minutes on top of that adds $263.20.

How many seats will I actually be billed for?

As many GitHub users as touch a pull request. The pricing page states that seats are billed automatically for every GitHub user who gets a pull-request review or runs a test, so the number is set by your contributor list rather than by a figure you choose. That makes a five-person team $100 a month and a twenty-person team $400, and it makes an open repository with outside contributors worth thinking through before you install the GitHub App.

Are the 120 included testing minutes per seat or per account?

The page does not say, and we could not answer it from anything they publish. It lists “Included Testing Minutes (120)” in the Pro column without qualifying it. At the published $0.14 overage rate the difference matters: on a ten-person team, 120 minutes per account against 120 per seat is $151.20 a month. Get it in writing before the trial ends.

Does it test Mac, iOS or Android apps?

Not on Pro. The comparison table covers web apps, Chrome extensions, VSCode extensions, Windows desktop apps, Linux and Windows on the cloud tier. Mac desktop apps, Android and iOS are all marked “coming soon” and appear only in the Enterprise column, which carries no published price. If your product ships on those platforms, this is a quote conversation rather than a $20 signup.

What should I weigh before buying Developer Tools software?

Read the documentation before you commit, because it is the most honest preview of the product. Look for a quickstart you can actually finish, error responses that are documented rather than guessed at, published rate limits and a clear statement of what happens when you hit them, and a changelog showing the API is still maintained. Vague limits usually mean you will discover them in production.

Is this a hands-on review of TestDriver.ai?

This is a researched assessment, not a hands-on test — where we've used a tool ourselves, we say so explicitly. We name what each tool is genuinely good and bad at, and we earn a commission only if you sign up, at no cost to you.

What this page is based on

How we review →

Not sure TestDriver.ai is the right pick? Use the Tool Finder (20-second wizard).

Others in this category

Reviewed developer tools tools that share ground with TestDriver.ai — comparable in what they do, not drop-in swaps:

ThordataBrowserAct

Also in developer tools, for browsing rather than as an alternative:

UptimeRobotall 4 reviews →
Free tools, no signup: JSON Formatter · Base64 Converter · UUID Generator · all free tools →
One honest email a week

New dossiers, cost-traps we found, and tools that earned a keep — no hype, no sponsored-disguised-as-advice. Unsubscribe anytime.

This is our researched assessment — not a paid placement. The “Visit” links on this page are affiliate links: we may earn a commission if you sign up, at no extra cost to you, and it never changes our take. How we review →

Work at TestDriver.ai? Tell us what this review gets wrong and we fix it, or list TestDriver.ai on our marketplace (free, nofollow).