Class TestReportFormattingPlugin
- java.lang.Object
-
- com.palantir.witchcraft.java.logging.gradle.testreport.TestReportFormattingPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public abstract class TestReportFormattingPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>In its current form, this plugin may generously be described as "a workaround". I've filed gradle#17966 upstream to find a better solution. We may be able to consume the xml test report and generate our own html based on that if the current approach becomes troublesome, that would allow us to color individual lines much like our intellij plugin.
-
-
Constructor Summary
Constructors Constructor Description TestReportFormattingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)protected org.gradle.internal.operations.BuildOperationExecutorgetBuildOperationExecutor()
-