Skip to Content
Use In CloudPlans & Quotas

Plans & Quotas

Plans determine how many uploaded runs, events, and retained artifacts your team gets in Cloud.

Plans

FreeProTeam
Uploaded runs / month1,0006,00050,000
Events per run2,00010,00050,000
Run history7 days30 days90 days
Artifact storage500 MB5 GB50 GB
Projects1 private + 1 public5Unlimited
Team members51550
Email alerts
Slack / webhook alerts
Flaky test detection
Prometheus export
SLA guarantee

How runs are counted

One run = one glubean run --upload execution, regardless of how many tests or events it contains.

Examples:

  • A run with 3 tests and 50 events = 1 run
  • A run with 200 tests and 5,000 events = 1 run
  • Running glubean run --upload 10 times in CI = 10 runs

Runs without --upload (local-only) are never counted.

What counts as an event

Events are the individual data points inside a run:

Event typeSource
assertionEach ctx.expect() call
logEach ctx.log() call
traceEach HTTP request/response captured
resultEach test’s pass/fail outcome

If a run exceeds the event limit, additional events are dropped. The run itself still uploads and counts.

Run history retention

Runs older than your plan’s retention window are automatically deleted. Artifacts associated with expired runs are also removed.

PlanRetention
Free7 days
Pro30 days
Team90 days

Checking your usage

Current usage is visible in Project Settings → Usage. The CLI also warns when you approach your monthly limit.

Next

Last updated on