bzm-ci-setup

Generate GitHub Actions workflows that run BlazeMeter tests on specified triggers.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/benjithompson/blazemeter-perfecto-skills --skill bzm-ci-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bzm-ci-setup
Source: https://github.com/benjithompson/blazemeter-perfecto-skills/tree/main/skills/bzm-ci-setup
Command: npx skills add https://github.com/benjithompson/blazemeter-perfecto-skills --skill bzm-ci-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires blazemeter, github, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of GitHub Actions workflows for running BlazeMeter tests in your CI pipeline, saving time and reducing human error.

Core Features & Use Cases

  • CI Workflow Creation: Generates a ready-to-commit GitHub Actions workflow file for running BlazeMeter tests.
  • Gate Policies: Supports both pass/fail and compare-vs-baseline gate policies for test results.
  • Triggers: Configurable triggers for workflow execution, including PRs, pushes, and schedules.
  • Secret Management: Ensures secure credential handling by reading only from GitHub secrets.
  • Baseline Comparison: Allows comparison against a committed baseline file for regression detection.
  • Use Case: Use this Skill to automatically set up a CI pipeline that runs BlazeMeter tests on every PR, pushing to the main branch, or on a schedule, and gates the job based on the test's result or comparison against a baseline.

Quick Start

Use the bzm-ci-setup skill to set up a CI workflow for your BlazeMeter test by providing the test ID and selecting the desired gate policy and triggers.

Frequently Asked Questions about bzm-ci-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate BlazeMeter tests in GitHub Actions?

You can automate BlazeMeter tests in GitHub Actions by generating a workflow file that triggers on PRs, pushes, or schedules, and uses your BlazeMeter API credentials stored in GitHub secrets to run and gate jobs.

Can I gate a CI pipeline based on a BlazeMeter baseline comparison?

Yes, you can gate your CI pipeline by configuring a compare-vs-baseline policy, which evaluates test results against a committed baseline file to detect regressions before allowing the job to pass.

What triggers can I configure for running BlazeMeter tests in CI?

You can configure GitHub Actions workflows to trigger BlazeMeter tests automatically on pull requests, branch pushes, or defined schedules to continuously validate application performance.

Do I need GitHub secrets to set up BlazeMeter CI workflows?

Yes, secure credential handling requires reading your BlazeMeter API keys exclusively from GitHub secrets to authenticate test execution within the generated GitHub Actions workflow.

What is the best way to fail a GitHub Actions job when a BlazeMeter test detects a regression?

The best way to fail a GitHub Actions job upon detecting a regression is to apply a gate policy that compares current BlazeMeter test results against a committed baseline file and blocks the pipeline if thresholds are exceeded.