Report Formats
grpctestify supports console output and file reports.
Use JSON for automation, JUnit for CI dashboards, and Allure for richer analytics.
Console
bash
grpctestify tests/JSON
bash
grpctestify tests/ --log-format json --log-output results.jsonJUnit
bash
grpctestify tests/ --log-format junit --log-output results.xmlAllure
bash
grpctestify tests/ --log-format allure --log-output allure-resultsNotes
- Use
--log-formattogether with--log-outputto write file reports - If
--log-outputis omitted, run continues and report file is skipped with a warning - Use
--no-colorin CI logs if needed - Reports can be combined with
--streamfor live integrations