Class JsonReportGenerator

java.lang.Object
io.github.mov2day.unifiedtest.reporting.JsonReportGenerator

public class JsonReportGenerator extends Object
Generates JSON test reports from UnifiedTest results. Creates structured JSON output that can be consumed by other tools or systems.
  • Constructor Details

    • JsonReportGenerator

      public JsonReportGenerator()
  • Method Details

    • generate

      public static void generate(org.gradle.api.Project project, org.gradle.api.tasks.testing.Test testTask, UnifiedTestResultCollector collector)
      Generates a JSON report from the collected test results.
      Parameters:
      project - the Gradle project
      testTask - the test task
      collector - collector containing test results