Skip to main content

Credit Consumption

Ines avatar
Written by Ines
Updated over 2 weeks ago

Overview

The Credit Consumption page is your billing dashboard that shows how many credits your organization uses for automated testing. Think of credits as the "currency" you spend when running tests - each test step costs a small amount, and this page helps you track and understand your usage patterns.


Prerequisites

  • You must be logged into your Thunders account.

  • You must have Admin role permissions in your organization.

Step-by-Step: How to check credit consumption

Open the Organizations Settings Menu

In the sidebar navigation, locate and click on the Organizations Settings option to access all the organizations settings.

Open the Subscription Menu

In the sidebar navigation, locate and click on the Subscription option to access credit consumption.

Navigate to Usage

Within the Subscription section, click on Usage.


Summary Cards (Top Metrics)

Metric

Description

Calculation

Monthly Credits Used

Total credits used during the current billing month

SUM(credits) for current billing month

% Change vs Last Month

Usage delta

((Current - Previous) / Previous) * 100

Total plan credits

Total credits allocated per plan

Free Trial: 100 Starter Plan: 300 Pro Plan: 1000

Progress bar

Proportion of credits used relative to total allocated credits

(Monthly Credits Used / Total plan credits) × 100

Average Credits/Test

Avg. credit cost of a test (last 30 runs)

AVG(credits) over last 30 test runs


Event types

  • Queued Run

Queuing test cases will generate credit consumption with Queued Run event type.

  • Debug Run

    • Running a test case on debug mode will generate credit consumption with Debug Run event type

    • The consumed credits for each action are shown when hovering on the action duration


  • CI Run

    • Queuing test cases using the API will generate credit consumption with CI Run event type.

How credits are consumed

The following table shows the consumed credit in the different categories

Category

Description

Credit Consumption

Standard Actions

Most browser interactions (clicks, inputs, navigations, assertions, etc.)

0.01 credit per action

Multi-Action Steps

If a single step includes multiple actions (e.g., "Click and wait for navigation"), each action is billed separately. Example: 2 actions →0.02 credits

Billed per action

Visual Comparison Actions

When Thunders performs a visual or pixel-based comparison.

x10 multiplier

Accessibility Actions

When a test is executed using the Accessibility Persona: actions that generate an accessibility report are billed at x10, while all other actions within the same test are billed normally.

x10 multiplier

Dynamic IP Sessions

When a test is executed using a dynamic IP, all actions in that run are billed at double rate.

x2 multiplier applied to all actions

Discovery Steps

Thunders may explore your application automatically and generate sub-actions. Only the sub-actions are billed not the discovery step itself.

Billed per sub-action

Test Plan Generation

When you generate a Test Plan from a PRD, feature spec, or description.

1 credit per Test Plan

  • Average Credits/Test = (SUM of credits for last 30 test runs) / 30

  • Change vs Last Month =((current - previous) / previous) * 100

Example

Test (no dynamic IP), using Accessibility Persona:

  • 5 standard actions → 5 × 0.01 = 0.05

  • 1 visual comparison → 1 × 0.01 × 10 = 0.10

  • 1 accessibility action that generates a report → 1 × 0.01 × 10 = 0.10

Total (no dynamic IP) = 0.05 + 0.10 + 0.10 = 0.25 credits

Same test with dynamic IP

  • Standard actions are doubled → 0.05 × 2 = 0.10

  • Visual comparison stays 0.10

  • Accessibility report stays 0.10

Total (with dynamic IP) = 0.10 + 0.10 + 0.10 = 0.30 credits

Did this answer your question?