Skip to Content
DocumentationReporters

Reporters

JSON Reporter

report_json.py
from llmtest_core.reporters import JSONReporter reporter = JSONReporter() print(reporter.render(suite_result))

The pytest summary is always shown automatically. Use JSON/JUnit reporters for programmatic access or CI integration.

Last updated on