Skip to content

Releases: gw-kit/gradle-probe

Release 0.0.2

11 Dec 12:33
ba8ca0d

Choose a tag to compare

Added

  • TestKit properties support via testKitPropertyName parameter in buildGradleRunner function
  • Integration with CoverJet plugin through io.github.gwkit.coverjet.test-kit system property
  • Automatic injection of TestKit properties into test project's gradle.properties

Release 0.0.1

06 Dec 20:03

Choose a tag to compare

JUnit 5 Extension

  • GradlePluginTestExtension - Test instance post-processor that automates test setup

Annotations

  • @GradlePluginTest - Class-level annotation to configure test project resource path and DSL type (Groovy/Kotlin)
  • @RootProjectDir - Injects root project directory as File
  • @GradleRunnerInstance - Injects pre-configured GradleRunner instance
  • @ProjectFile - Injects project files as File, String, or RestorableFile