Create `hello_test.gctf`:
```gctf
--- ADDRESS ---
localhost:4770
--- ENDPOINT ---
hello.HelloService/SayHello
--- REQUEST ---
{
"name": "World"
}
--- ASSERTS ---
.message == "Hello, World!"
```
```bash
grpctestify hello_test.gctf
```
```bash
grpctestify check hello_test.gctf
grpctestify inspect hello_test.gctf --format json
grpctestify explain hello_test.gctf
```