Package de.oktoflow.platform.cmdTools
Class MavenTestTimeExtractor
java.lang.Object
de.oktoflow.platform.cmdTools.MavenTestTimeExtractor
Extracts Maven surefire test timings to CSV.
- Author:
- ChatGPT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TEST_PATTERN
-
-
Constructor Details
-
MavenTestTimeExtractor
public MavenTestTimeExtractor()
-
-
Method Details
-
main
Extracts maven surefire test times.- Parameters:
args- the first file is the maven log file, the second the output CSV to be created
-