grpctestify 1.4.9

gRPC testing utility written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Guides

Use this section as a practical path from setup to advanced checks.

## Recommended path

1. Install and verify the CLI: [Installation]getting-started/installation
2. Create and run a first test: [First Test]getting-started/first-test
3. Learn `.gctf` structure: [Basic Concepts]getting-started/basic-concepts
4. Add stronger checks: [Testing Patterns]testing-patterns/testing-patterns
5. Use command details when needed: [CLI Reference]reference/api/command-line
6. Fix common failures fast: [Troubleshooting]troubleshooting

## One working example

Use the complete chat scenario as a reference template:

- [Real-time Chat]examples/basic/real-time-chat