Skip to content

Commit

Permalink
Add incubating note to JVM Test Suite Plugin docs (#28173)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gradle committed Feb 22, 2024
2 parents 00cbae0 + eeb2f6b commit 6cd7d3c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -18,6 +18,9 @@
The JVM Test Suite plugin (plugin id: `jvm-test-suite`) provides a DSL and API to model multiple groups of automated tests into test suites in JVM-based projects. Tests suites are intended to grouped by their purpose and can have separate dependencies and use different testing frameworks.

For instance, this plugin can be used to define a group of Integration Tests, which might run much longer than unit tests and have different environmental requirements.

NOTE: The JVM Test Suite plugin is an <<feature_lifecycle.adoc#sec:incubating_state,incubating>> API and is subject to change in a future release.

[[sec:jvm_test_suite_usage]]
== Usage

Expand Down

0 comments on commit 6cd7d3c

Please sign in to comment.