Demo mode — synthetic test data; production integrations are not enabled.

Quality Gates

Configurable rules that determine release readiness

Production Release Gate

Required for all production deployments

pass

Failure rate must be less than 2%

failure_rate | threshold: 2

critical

No new critical regressions allowed

new_regressions | threshold: 0

critical

Flaky test rate must be under 5%

flaky_rate | threshold: 5

high

p95 test duration must be under 120s

performance_budget | threshold: 120

medium

Staging Deployment Gate

Required for staging deployments

warning

Failure rate must be less than 5%

failure_rate | threshold: 5

high

Flaky test rate must be under 10%

flaky_rate | threshold: 10

medium

Pull Request Gate

Automated check for all pull requests

pass

No new failures introduced

new_failures | threshold: 0

critical

Minimum 80% test coverage

test_coverage | threshold: 80

medium