includeTestDependencies

@get:Input
abstract val includeTestDependencies: Property<Boolean>(source)

Whether to include test configurations (testImplementation, androidTestImplementation, etc.) in the extracted graph.

Default: true - mirrors com.aalekh.aalekh.gradle.AalekhExtension.includeTestDependencies.

When false, test edges are stripped before the graph is written to JSON. The HTML report and rule engine will not see any test dependencies.