Documentation

Integrate TestQuorum into your CI pipeline

Upload test results from any CI system using our API or CLI. Access analytics and insights through the web dashboard.

Getting Started

Use the open-source testquorum-runner. It handles test submission, lifecycle management, and auto-detection. The HTTP API is documented below for advanced use cases.

Authentication

Some API requests require a Bearer token in the Authorization header. Generate tokens from the dashboard. Tokens are scoped to your user or repository and can be revoked at any time.

CI Integration

Native support for GitHub Actions. You can also call the API directly from any CI system. If your forge or language is unsupported, reach out to support@testquorum.dev. We would love to hear about your requirements.

Examples

Learn by example

Reference implementations showing how to integrate TestQuorum into your CI pipeline.

API

API Reference

Full HTTP API documentation for integrating TestQuorum programmatically.