Plugin

Test Functional

Plugin ID
com.helixframework.test-functional
Plugin Type
Project

Adds a functional source set and a matching functional test task for Java projects.

  • Creates src/functional/java, src/functional/groovy, and src/functional/resources source roots.
  • Extends functional configurations from the standard test configurations.
  • Registers a functional task of type Test.

Tasks

  • functional: Runs the functional test source set with up-to-date checks disabled.

Usage

build.gradle

Groovy DSL

plugins {
    id 'com.helixframework.test-functional'
}

build.gradle.kts

Kotlin DSL

plugins {
    id("com.helixframework.test-functional")
}

Configuration

No Helix-specific extension is added by this plugin.

Default Behavior

  • No Helix-specific extension is added.