Multimeter simplifies the process of writing, running, and managing structured HTTP/WebSocket tests directly within Visual Studio Code. The idea is coming from the Docker world, where the complexity of managing machines is now simple YAML files. Here also, tests will be stored in your application's repository as version-controlled YAML-based files.
Getting started
type: api
protocol: http
url: http://localhost:8080
method: post
format: json
body:
username: mehrdad
password: 123456