> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TestDino Billing & Pricing Plans

> Compare TestDino plans, test usage limits, and billing cycles across the Community, Pro, Team, and Enterprise tiers.

TestDino bills based on monthly test executions. This page covers how usage is measured, how billing cycles work, and how to evaluate which plan fits your team.

## Quick Reference

| Topic                                                   | Description                        |
| :------------------------------------------------------ | :--------------------------------- |
| [How Usage Is Measured](#how-usage-is-measured)         | What counts as a test execution    |
| [Choosing the Right Plan](#choosing-the-right-plan)     | Estimate usage and pick a plan     |
| [Billing Cycles](#billing-cycles)                       | Monthly, annual, and trial billing |
| [What Happens at the Limit](#what-happens-at-the-limit) | Behavior when executions run out   |
| [Upgrading and Downgrading](#upgrading-and-downgrading) | Changing plans mid-cycle           |
| [Cancellation](#cancellation)                           | Ending your subscription           |
| [Invoices and Payment](#invoices-and-payment)           | Payment methods and invoice access |
| [FAQ](#faq)                                             | Common billing questions           |

## How Usage Is Measured

TestDino meters usage by **test executions**. One test execution is one test case (`test()` or `it()` block) that runs and reports a result to TestDino via the reporter.

<Tabs>
  <Tab title="What counts">
    * Each test that runs and reports a result (pass, fail, or flaky)
    * Each retry attempt counts as a separate execution
    * A test that fails and retries twice counts as 3 executions
  </Tab>

  <Tab title="What does not count">
    * Skipped tests (`it.skip`, `test.skip`)
    * Attachments (screenshots, videos, traces) do not affect execution count
  </Tab>
</Tabs>

### Example

A test suite with 200 test cases. 5 tests are skipped. 3 tests fail and each retries twice (2 retries = 3 total attempts per test).

```text theme={null}
Base executions: 195 (200 total - 5 skipped)
Retry attempts:  6 (3 failing tests x 2 retries each)
Attachments:     not counted
Total executions: 201
```

Each of the 3 failing tests runs 3 times (1 initial + 2 retries), so each counts as 3 executions.

## Choosing the Right Plan

Estimate your monthly executions:

```text theme={null}
Monthly executions = (number of test cases) x (CI runs per month)
```

| Scenario       | Tests  | CI Frequency | Monthly Executions | Recommended Plan |
| :------------- | :----- | :----------- | :----------------- | :--------------- |
| Solo developer | 100    | 2x/day       | 6,000              | Pro              |
| Small team     | 300    | 3x/day       | 27,000             | Team             |
| Growing team   | 500    | 4x/day       | 60,000             | Team             |
| Large team     | 1,000+ | 5x/day       | 150,000+           | Enterprise       |

### Plan limits at a glance

|                                  | Community (Free) | Pro                    | Team                   | Enterprise |
| :------------------------------- | :--------------- | :--------------------- | :--------------------- | :--------- |
| **Monthly price**                | Free             | \$49/mo                | \$99/mo                | Custom     |
| **Annual price**                 | Free             | \$39/mo, billed yearly | \$79/mo, billed yearly | Custom     |
| **Monthly executions**           | 5,000            | 25,000                 | 75,000                 | Custom     |
| **Team members**                 | 1                | 3                      | 30                     | Custom     |
| **Projects**                     | 1                | 3                      | 5                      | Custom     |
| **Environments**                 | Not included     | 3                      | 10                     | Custom     |
| **Data retention**               | 14 days          | 60 days                | 365 days               | Custom     |
| **Artifact retention**           | 21 days          | 21 days                | 21 days                | Custom     |
| **Test case attachment storage** | Not included     | 10 GB                  | 50 GB                  | Unlimited  |

### Test management limits

Manual test cases, manual test runs, and exploratory sessions are part of [Test Management](/test-management/overview), which starts on the Pro plan.

|                                      | Community (Free) | Pro | Team  | Enterprise |
| :----------------------------------- | :--------------- | :-- | :---- | :--------- |
| **Manual test cases** (per project)  | Not included     | 250 | 1,000 | Custom     |
| **Manual test runs** (per month)     | Not included     | 10  | 100   | Custom     |
| **Exploratory sessions** (per month) | Not included     | 5   | 50    | Custom     |

<Tip>
  **Tip**

  Annual plans save approximately 20% compared to monthly billing.
</Tip>

## Billing Cycles

<Tabs>
  <Tab title="Monthly">
    Subscriptions renew on the same date each month. Usage resets at the start of each billing period.
  </Tab>

  <Tab title="Annual">
    Annual subscriptions are billed once per year at a discounted rate. Execution limits still reset every 30 days, on the same date each month, within the annual term.
  </Tab>

  <Tab title="Free Trial">
    New customers on paid plans receive a **14-day free trial** with full plan features. A payment method is required to start the trial. The subscription converts to a paid plan automatically when the trial ends. One trial per organization.
  </Tab>
</Tabs>

## What Happens at the Limit

When your organization reaches the monthly execution limit:

<Steps>
  <Step title="Test submissions blocked">
    New test results are blocked for the remainder of the billing period.
  </Step>

  <Step title="Existing data stays accessible">
    Dashboards, reports, and historical test data remain available.
  </Step>

  <Step title="Usage notifications">
    Email notifications are sent at 50%, 75%, 90%, and 100% usage thresholds.
  </Step>
</Steps>

To continue submitting tests, upgrade to a higher plan. The upgrade takes effect immediately.

## Upgrading and Downgrading

<Tabs>
  <Tab title="Upgrading">
    Upgrade at any time from **Billing & Usage > Change Plan**.

    * The new plan takes effect immediately
    * Usage limits and feature access update instantly
    * If upgrading from a trial, the trial ends and billing begins

    Plan order: Community (Free) > Pro > Team > Enterprise
  </Tab>

  <Tab title="Downgrading">
    Downgrade from **Billing & Usage > Change Plan**.

    * The downgrade takes effect at the end of the current billing period
    * Current plan features remain available until the period ends
    * If your current usage exceeds the lower plan's limits (members, projects), reduce usage before the downgrade activates

    <Warning>
      **Warning**

      Test data exceeding the lower plan's retention period is deleted according to [data retention policies](/data-privacy/data-retention). Upgrading later does not restore deleted data.
    </Warning>
  </Tab>
</Tabs>

## Cancellation

Cancel your subscription from **Billing & Usage > Cancel Subscription**.

* Cancellation can be immediate or at end of billing period
* The organization reverts to the free Community plan after cancellation
* To resume service after cancellation, start a new subscription

## Invoices and Payment

### Payment methods

TestDino processes payments through Razorpay. Accepted methods:

| Method                 |                                |
| :--------------------- | :----------------------------- |
| Credit and debit cards | Visa, Mastercard, RuPay        |
| Net banking            | All major banks                |
| UPI                    | Google Pay, PhonePe, etc.      |
| Digital wallets        | Supported wallets via Razorpay |
| Bank transfer          | Direct bank transfer           |

No card data is stored by TestDino.

### Invoices

Access all invoices from **Billing & Usage > Invoices**. Each invoice shows the plan, billing period, amount, and payment status.

### Billing contacts

Configure who receives billing notifications in **Billing & Usage > Billing Emails**. Notifications include payment confirmations, failure alerts, invoice receipts, and usage threshold alerts.

<Note>
  **Note**

  Billing notifications are separate from operational notifications. Operational notifications (test failures, alerts) are sent to members with Admin role by default.
</Note>

## FAQ

<AccordionGroup>
  <Accordion title="How do I estimate which plan I need?">
    Multiply your test count by the number of CI runs per month. For example, 300 tests running 3 times per day is 27,000 executions/month, which fits the Team plan (75,000 limit).
  </Accordion>

  <Accordion title="Do retries and flaky tests inflate my usage?">
    Yes. Each retry counts as a separate execution. A test that fails and retries twice counts as 3 executions. Lowering the Playwright `retries` setting reduces usage.
  </Accordion>

  <Accordion title="Do screenshots, videos, or traces affect billing?">
    No. Attachment volume does not affect execution count. Artifact storage is tracked separately and included in your plan.
  </Accordion>

  <Accordion title="What happens if I exceed my storage limit?">
    New artifacts are rejected when storage is full. Existing artifacts remain accessible. Storage is freed automatically when data expires per your plan's retention period.
  </Accordion>

  <Accordion title="Can I change plans in the middle of a billing cycle?">
    Yes. Upgrades take effect immediately with updated limits. Downgrades take effect at the end of the current billing period.
  </Accordion>

  <Accordion title="Is the free plan limited in features?">
    The Community plan includes flaky test detection, quality metrics, and a dashboard summary. It does not include failure categorization, error grouping, MCP, PR features, Slack/Jira integrations, or team management.
  </Accordion>

  <Accordion title="Can I switch between monthly and annual billing?">
    Contact **[support@testdino.com](mailto:support@testdino.com)** to switch billing cycles. Changes take effect at the end of the current billing period.
  </Accordion>

  <Accordion title="What happens if my payment fails?">
    TestDino retries the payment automatically. If the payment remains unpaid past the due date, the subscription is marked past due. Resolve payment issues in **Billing & Usage** to restore service.
  </Accordion>

  <Accordion title="Can I pause my subscription instead of cancelling?">
    Yes. Contact **[support@testdino.com](mailto:support@testdino.com)** to pause your subscription. Features are inactive while paused. Resume at any time.
  </Accordion>

  <Accordion title="Who can manage billing?">
    Owners and Administrators can manage subscriptions and payments. Billing Managers get read-only access to subscriptions, invoices, and payments.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Billing & Usage" icon="credit-card" href="/platform/billing-and-usage/overview">
    Monitor subscription status and current usage
  </Card>

  <Card title="Invoices" icon="file-invoice" href="/platform/billing-and-usage/invoices">
    View, download, and filter billing invoices
  </Card>

  <Card title="Data Retention" icon="clock" href="/data-privacy/data-retention">
    How long test data and artifacts are retained
  </Card>
</CardGroup>
