Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Multimeter – API Testing as fileNew to Visual Studio Code? Get it now.
Multimeter – API Testing as file

Multimeter – API Testing as file

mshobeyri

mmt.dev
|
226 installs
| (3) | Free
Store tests in Git, run them in VS Code, and track changes with pull requests.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Logo

Start with a request. Grow into a testing platform. Never switch tools.

VS Code Installs Version License

Demo View Demo · mmt.dev Website · Request Feature Request Feature

Multimeter in action

🚀 The simplicity of Bruno. The power of Postman.

Multimeter combines the simplicity of Git-native tools with the power of a complete API testing platform.

Start with a single HTTP request.

Grow into tests, suites, mocks, reports, auto-generated documentation, and CI workflows when you need them.

All in the same tool. No migration required.

😩 Tired of fighting your API testing tools?

Coming from Postman?

  • ✅ Powerful ecosystem

  • ✅ Rich API tooling

  • ✅ Collaboration features

  • ❌ Huge collections

  • ❌ JavaScript test scripts everywhere

  • ❌ CI pipelines behaving differently than local runs

  • ❌ Environment sprawl

  • ❌ Tests tied to a platform

  • ❌ Hidden state scattered across workspaces

Coming from Bruno?

  • ✅ Git-native

  • ✅ Lightweight

  • ✅ Simple

  • ❌ Repeated request definitions

  • ❌ Multi-step API workflows

  • ❌ Large test suites

  • ❌ Keeping mocks in sync

  • ❌ CI reports

  • ❌ Generated documentation

🎯 Why Multimeter?

Everything developers love about Bruno

  • ✅ Git-native
  • ✅ File-based
  • ✅ Lightweight
  • ✅ No cloud lock-in

Everything teams eventually need as projects grow

  • ✅ API testing
  • ✅ Test suites
  • ✅ Mock servers
  • ✅ Documentation
  • ✅ Reports
  • ✅ CI workflows

Without switching tools. Without the usual tradeoff.

Tool Tradeoff
Postman Powerful but heavy
Bruno Simple but limited
Multimeter Simple by default. Powerful when needed.

See all features →

⚡ Start simple

Multimeter is a VS Code-native extension. All you need:

  • Click Install button in Multimeter VS Code Extension
  • Create a .mmt file
  • Type:
type: api
url: https://test.mmt.dev/echo
method: get

That's enough.

  • No suites.
  • No mocks.
  • No workflows.
  • No complexity.

🧪 Need tests?

type: test
steps:
  - http: https://test.mmt.dev/echo
    method: get
    expect:
      status: 200
  • Still simple.
  • Still Git-native.
  • Still easy to review.

🚀 Scale without switching tools

As your project grows, Multimeter grows with it.

Add:

  • Test suites
  • Mock servers
  • Documentation
  • Workflow execution
  • Structured reporting
  • CI artifacts

Only when you need them.

Everything stays in the same ecosystem.

See all examples →

🔁 Built for reliable CI

Multimeter validates test definitions before execution.

That means:

  • ✅ Earlier feedback
  • ✅ More deterministic execution
  • ✅ Fewer surprises in CI
  • ✅ Easier debugging
  • ✅ Reproducible results

📦 Everything stays in Git

Your code, tests, mocks, documentation, reports, and environment settings live in the same repository.

  • ✅ Version controlled
  • ✅ Code and tests evolve together
  • ✅ Reviewable through pull requests
  • ✅ Easy to move and share
  • ✅ No platform lock-in
  • ✅ AI can update code and tests together
  • ✅ Environment variables never go missing
  • ✅ Historical test results stay with the project

🧠 Philosophy

Most API tools focus on requests.

Multimeter focuses on behavior.

Instead of asking:

"Did this request return the expected response?"

Multimeter helps you answer:

"Does this system still behave correctly?"


Demos · Documentation · Website · GitHub

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft