Class MavenTestTimeExtractor

java.lang.Object
de.oktoflow.platform.cmdTools.MavenTestTimeExtractor

public class MavenTestTimeExtractor extends Object
Extracts Maven surefire test timings to CSV.
Author:
ChatGPT
  • Field Details

    • TEST_PATTERN

      private static final Pattern TEST_PATTERN
  • Constructor Details

    • MavenTestTimeExtractor

      public MavenTestTimeExtractor()
  • Method Details

    • main

      public static void main(String[] args)
      Extracts maven surefire test times.
      Parameters:
      args - the first file is the maven log file, the second the output CSV to be created