Docs
Plans & Features
Comparison of Free, Pro, and Business tier features
Plans & Features
Quadrastack offers different tiers to suit individual developers, teams, and enterprises.
Feature Comparison
| Feature | Free | Pro / Business / Trial |
|---|---|---|
| Basic usage | ✅ Unlimited | ✅ Unlimited |
| Playbook DSL | ✅ Full access | ✅ Full access |
| Mock Servers | ✅ Unlimited | ✅ Unlimited |
| Visual HTML Reports | ❌ (JSON only) | ✅ Included |
| JUnit XML Reports | ❌ (JSON only) | ✅ Included |
| Scenario Execution | Sequential (one at a time) | Parallel execution |
| Load Testing | Limit: 50 concurrent users | Unlimited concurrency |
| Support | Community | Priority / Dedicated |
Free Tier
Perfect for individual developers and small projects. The Free tier includes everything you need to build, test, and debug API playbooks locally.
- Unlimited Requests & Mocks: No limits on the number of requests or mock servers defined.
- Sequential Scenarios: Scenarios run one after another.
- JSON Validation: Full access to assertions and simple JSON reporting.
Pro / Business Tier
Designed for professional teams and automated CI/CD pipelines.
- Visual Reports: Generate rich HTML reports (
results.html) and JUnit XML (junit.xml) for easy integration with CI tools like Jenkins, GitHub Actions, or GitLab CI. - Parallel Scenarios: Run multiple scenarios simultaneously for faster feedback loops.
- High-Scale Load Testing: Define load profiles with high concurrency (hundreds/thousands of users) to stress test your services.
- Priority Support: Get faster responses and direct assistance for integration issues.
Activating a License
To enable Pro features, set the QUADRASTACK_LICENSE environment variable in your shell or CI environment:
export QUADRASTACK_LICENSE="v1.payload.signature"
You can verify your license status by checking your profile on the web dashboard or running:
quadrastack --license-info