Report Formats
grpctestify supports console output and file reports.
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
--log-formatrequires--log-output- Use
--no-colorin CI logs when needed