Skip to content

Plan tier limits

This page is the canonical reference for what each plan tier includes. Numbers come from backend/app/config/tier_catalog.py, which is the single source of truth the API itself reads at runtime.

Prices are per organization, billed in USD. Annual is the total for 12 months — there’s no separate “annual discount” line, the headline number is the deal.

PlanMonthlyAnnual
Free$0$0
Starter$12$120
Pro$29$290
Team$79$790
EnterpriseContact usContact us

These reset at the start of each calendar month. Unlimited means no backend cap; fair-use applies on Enterprise.

LimitFreeStarterProTeamEnterprise
Cloud test runs / month2001,0005,00020,000Unlimited
AI creations / month1005002,0005,000Unlimited
Visual regression compares / month201005002,000Unlimited
CapabilityFreeStarterProTeamEnterprise
Browsers (Chromium, Firefox, WebKit)All 3All 3All 3All 3All 3
Visual regressionYesYesYesYesYes
Parallel executions1125Unlimited
Priority run queueYesYesYes

Parallel executions is how many cloud runs your org can have in flight at the same time. A run that exceeds the cap waits in the queue.

There’s no cap on projects, tests, test sets, folders, or tags at any tier. The only structural caps are inside a single test:

Per-test capFreeStarterProTeamEnterprise
Variables per test5050505050
Data rows per test (parameterized runs)200200200200200

These are uniform across plans on purpose — a Free test should look structurally identical to a Team test.

LimitFreeStarterProTeamEnterprise
Schedules310UnlimitedUnlimitedUnlimited
API keys1515Unlimited
Local agents135Unlimited
Run history retention14 days90 days1 yearUnlimitedUnlimited
Seats12510Unlimited
Notification contacts21025UnlimitedUnlimited

API keys and local agents need at least Starter — the CLI and CI integrations don’t work on Free. See API keys and Setting up the local agent.

FeatureFreeStarterProTeamEnterprise
Shared projects (across org members)YesYes
Org roles (owner / admin / member)YesYes
Google Workspace SSOYesYes
SAML SSOYes
Audit logsYes
SLAYes

Up through Pro, every project is owned by one user. Team is where multi-user collaboration actually opens up — see Inviting team members.

  • You’re hitting the AI creation cap. Connect your own OpenAI key. Free with BYOK behaves like an unlimited tier for AI; you stay on Free.
  • You want CI / CLI runs. You need at least Starter (1 API key, 1 agent).
  • You’re running 5+ parallel tests in CI. Pro gives 2× parallel; Team gives 5×.
  • You need shared projects, SSO, or org roles. Team.
  • You need SAML, audit logs, or an SLA. Enterprise — contact us.