Skip to content

gRPC TestifyNative gRPC test runner

CLI for .gctf tests (unary + streaming)

Quick Start

bash
brew tap gripmock/tap
brew install gripmock/tap/grpctestify
grpctestify --version
php
--- ADDRESS ---
localhost:4770

--- ENDPOINT ---
hello.HelloService/SayHello

--- REQUEST ---
{ "name": "World" }

--- ASSERTS ---
.message == "Hello, World!"
bash
grpctestify hello.gctf

Released under the MIT License.