smithery.ai

blazemeter-recorders

Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder.

First seen Apr 10, 2026

Installation

$ npx skills add https://smithery.ai

Summary

  • Comprehensive guide for BlazeMeter Recorders, including Chrome Extension and Proxy Recorder.
  • Use when working with recorders for (1) Recording tests with Chrome Extension, (2) Creating and using Proxy Recorder, (3) Configuring browsers and devices for proxy recording, (4) Setting port ranges for proxy recorder, or any other recording tasks.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,176 B
  • docs SUMMARY.md 370 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

BlazeMeter Recorders

Comprehensive guide for recording performance and functional tests in BlazeMeter.

Overview

BlazeMeter provides two main recording options: Chrome Extension for browser-based recording and Proxy Recorder for mobile and web app recording. This skill covers both recording methods and their configuration.

Quick Start

  1. Chrome Extension: Record tests directly from Chrome browser
  2. Proxy Recorder: Record mobile and web app traffic via proxy
  3. Configuration: Configure browsers and devices for proxy recording

MCP Tools Integration

While recording is primarily done through browser extensions and proxy configuration, you can use BlazeMeter MCP tools to manage tests created from recordings:

Available MCP Tools

  • Test Management:

- blazemetertests with action read - Read test details for tests created from recordings - blazemetertests with action list - List all tests in a project, including recorded tests - Required args: testid (integer) or projectid (integer) - Returns: Test details including configuration and scripts

  • Test Execution:

- blazemeterexecution with action read - Read execution details for recorded tests - blazemeterexecution with action list - List all executions for a recorded test - Required args: executionid (integer) or testid (integer) - Returns: Execution details and results

When to Use MCP Tools

  • Test Management: Manage tests created from recordings programmatically
  • Execution Monitoring: Monitor execution of recorded tests
  • Automation: Integrate recorded tests into automation workflows

Example Workflow

Managing Recorded Tests:

  1. Record test using Chrome Extension or Proxy Recorder
  2. Export recorded script to BlazeMeter
  3. Use blazemeter_tests with action list to find the created test
  4. Use blazemeter_tests with action read to get test details
  5. Use blazemeter_execution to monitor test execution

Reference Files

Chrome Extension

  • [chrome-extension.md](skill-blazemeter-recorders://references/chrome-extension.md): Record, Changelog

Proxy Recorder

  • [proxy-recorder.md](skill-blazemeter-recorders://references/proxy-recorder.md): Creating the Proxy Recorder, Recording Your Session, Configure Chrome for Proxy Recording, Configure Firefox for Proxy Recording, Configure Apple Devices for Proxy Recording, Configure Android Devices for Proxy Recording, Using the Other Certificate, Setting Port Range on Your Agent

When to Use Each Reference

  • Chrome Extension: When recording browser-based tests directly from Chrome
  • Proxy Recorder: When recording mobile apps or web apps via proxy, or when configuring browsers/devices for proxy recording