{"id":45995167,"url":"https://github.com/gripmock/grpctestify-rust","last_synced_at":"2026-05-04T21:02:55.291Z","repository":{"id":339779938,"uuid":"1162922594","full_name":"gripmock/grpctestify-rust","owner":"gripmock","description":"Utility for testing gRPC servers","archived":false,"fork":false,"pushed_at":"2026-03-08T22:24:22.000Z","size":585,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-09T00:57:42.356Z","etag":null,"topics":["grpc","grpc-client","grpc-test","grpc-testify","grpc-testing","grpc-unit"],"latest_commit_sha":null,"homepage":"https://gripmock.github.io/grpctestify-rust/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gripmock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-20T21:29:52.000Z","updated_at":"2026-03-08T22:24:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gripmock/grpctestify-rust","commit_stats":null,"previous_names":["gripmock/grpctestify-rust"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/gripmock/grpctestify-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gripmock%2Fgrpctestify-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gripmock%2Fgrpctestify-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gripmock%2Fgrpctestify-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gripmock%2Fgrpctestify-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gripmock","download_url":"https://codeload.github.com/gripmock/grpctestify-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gripmock%2Fgrpctestify-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grpc","grpc-client","grpc-test","grpc-testify","grpc-testing","grpc-unit"],"created_at":"2026-02-28T21:01:25.970Z","updated_at":"2026-04-23T06:09:26.690Z","avatar_url":"https://github.com/gripmock.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gRPC Testify (Rust)\n\n\u003cimg align=\"right\" width=\"150\" height=\"150\" src=\"https://github.com/user-attachments/assets/d331a8db-4f4c-4296-950c-86b91ea5540a\"\u003e\n\n[![Coverage Status](https://coveralls.io/repos/github/gripmock/grpctestify-rust/badge.svg?branch=master)](https://coveralls.io/github/gripmock/grpctestify-rust?branch=master)\n[![Release](https://img.shields.io/github/v/release/gripmock/grpctestify-rust?logo=github)](https://github.com/gripmock/grpctestify-rust/releases/latest)\n[![Documentation](https://img.shields.io/badge/Docs-VitePress-646CFF?logo=vitepress)](https://gripmock.github.io/grpctestify-rust/)\n[![VS Code Extension](https://img.shields.io/badge/VS_Code-Marketplace-blue?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=gripmock.grpctestify)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nNative CLI for gRPC testing with `.gctf` files.\n\n## Documentation\n\n- [Docs](https://gripmock.github.io/grpctestify-rust/)\n- [Repository](https://github.com/gripmock/grpctestify-rust)\n\n## Key Features\n\n- Unary, client streaming, server streaming, and bidirectional streaming tests\n- Assertions with built-in operators and plugin functions (`@header`, `@trailer`, `@uuid`, `@email`, etc.)\n- Parallel execution, timeouts, coverage, snapshot mode (`--write`)\n- Output formats: `console`, `json`, `junit`, `allure`\n- Extra tools for developer workflows: `check`, `fmt`, `inspect`, `explain`, `reflect`, `lsp`\n\n## Requirements\n\n- No external runtime dependencies for CLI execution\n- Docker is optional (for integration examples)\n\n## Installation\n\n### Homebrew (macOS and Linux)\n\n```bash\nbrew tap gripmock/tap\nbrew install gripmock/tap/grpctestify\n```\n\n### Cargo\n\n```bash\ncargo install grpctestify\n```\n\n### Prebuilt binaries (GitHub Releases)\n\n- Download from [GitHub Releases](https://github.com/gripmock/grpctestify-rust/releases/latest)\n- Available for macOS, Linux, and Windows (amd64/arm64)\n\nVerify installation:\n\n```bash\ngrpctestify --version\n```\n\n## Quick Start\n\n1. Create `hello.gctf`:\n\n```gctf\n--- ADDRESS ---\nlocalhost:4770\n\n--- ENDPOINT ---\nhello.HelloService/SayHello\n\n--- REQUEST ---\n{\n  \"name\": \"World\"\n}\n\n--- ASSERTS ---\n.message == \"Hello, World!\"\n```\n\n1. Run test:\n\n```bash\ngrpctestify hello.gctf\n```\n\n## Common Commands\n\n```bash\n# Run tests\ngrpctestify tests/\n\n# Parallel run\ngrpctestify tests/ --parallel 4\n\n# JSON report\ngrpctestify tests/ --log-format json --log-output results.json\n\n# JUnit report\ngrpctestify tests/ --log-format junit --log-output junit.xml\n\n# Validate syntax\ngrpctestify check tests/**/*.gctf\n\n# Format files\ngrpctestify fmt -w tests/**/*.gctf\n```\n\n## Contributing\n\nIssues and PRs are welcome: [GitHub Issues](https://github.com/gripmock/grpctestify-rust/issues)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgripmock%2Fgrpctestify-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgripmock%2Fgrpctestify-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgripmock%2Fgrpctestify-rust/lists"}