Skip to content
🔄CI/CD Integration

Speed Up CI with Parallel Testing

Intermediate15 min read·Updated December 2024·Platform Engineers

Run Zof agents in parallel to dramatically reduce CI/CD pipeline time.

Prerequisites

Before you begin, make sure you have:

  • A Zof account - Sign up free
  • Access to your code repository (GitHub, GitLab, or Bitbucket)
  • Node.js 18+ or Python 3.9+

What you'll achieve

  • Installed and authenticated the Zof CLI
  • Connected Zof to your project
  • Ran your first reliability test
  • Viewed results in the Zof dashboard

Step 1: Install the Zof CLI

Open your terminal and install the CLI globally:

bash
npm install -g @zof/cli

Verify the installation:

bash
zof --version

Expected result: zof/2.x.x

Step 2: Authenticate with Zof

Connect the CLI to your Zof account:

bash
zof login

This opens your browser to complete authentication. Once authorized, you'll see:

text
✓ Authenticated as your@email.com

Tip

Use a service account token for CI rather than your personal token. You can create one at Settings → API Tokens in the Zof dashboard.

Step 3: Initialize your project

Navigate to your project directory and initialize Zof:

bash
cd your-project
zof init

Zof creates a zof.config.json file with sensible defaults for your project type.

Step 4: Run your first test

Execute a quick validation:

bash
zof run --quick

This runs a subset of agents for fast feedback (full runs take longer but are more comprehensive).

Note

The --quick flag runs only smoke and sanity agents. Use zof run without flags for a comprehensive test.

Verify it works

  1. Open app.zof.ai
  2. Navigate to Results
  3. You should see your first test run with findings categorized by severity

You should see: A results summary showing reliability score, issues found, and test coverage.

Troubleshooting

Was this guide helpful?

01حاکمیت + شفافیت اجرایی

گزارش‌هایی که رهبران، حسابرسان و هیئت‌مدیره واقعاً می‌توانند از آن‌ها استفاده کنند.

Zof گزارش‌هایی را که بازبینی‌های انتشار، بسته‌های شواهد انطباق و گزارش‌های اجرایی شما از پیش به آن‌ها نیاز دارند تولید می‌کند، با آهنگی که شما تعیین می‌کنید، همراه با ردِ داده‌های پیوست‌شده.

اجرایی

خلاصه‌های هفتگی

سلامت انتشار در یک نگاه.

آماده برای ممیزی

بسته انطباق

  • SOC 2
  • ISO
  • ردِ شواهد.

آهنگ

زمان‌بندی‌شده

به‌طور خودکار بر اساس زمان‌بندی شما تولید می‌شود.

AUDIT-READY/reports
صفحه گزارش‌های Zof AI با چهار کارت قالب، خلاصه انتشار هفتگی، روندهای پوشش، گزارش ارزیابی ریسک و بسته شواهد انطباق، هرکدام با اقدامات تولید و زمان‌بندی، به‌علاوه زبانه‌هایی برای گزارش‌های تولیدشده، نماهای ذخیره‌شده و زمان‌بندی‌شده.
گزارش‌ها · /reports · چهار قالب سازمانی · زنده از محصول.
Guides | Zof AI