diff --git a/documentation/docs/images/gradle-settings.png b/documentation/docs/images/gradle-settings.png new file mode 100644 index 00000000000..c4d6906f451 Binary files /dev/null and b/documentation/docs/images/gradle-settings.png differ diff --git a/documentation/docs/intellij/index.md b/documentation/docs/intellij/index.md index 049e6eed24a..b6397c98d85 100644 --- a/documentation/docs/intellij/index.md +++ b/documentation/docs/intellij/index.md @@ -34,7 +34,10 @@ If you execute a test, then that test and all nested tests will be executed. ![gutter_icon_picture](../images/gutter_run.png) - +:::note +For Gradle based projects: to run tests with the KoTest runner ensure your project's Gradle Settings are set to run tests with IntelliJ, not Gradle: +![gradle_settings_picture](../images/gradle-settings.png) +::: ## Duplicated Test Highlighting diff --git a/documentation/versioned_docs/version-5.9/images/gradle-settings.png b/documentation/versioned_docs/version-5.9/images/gradle-settings.png new file mode 100644 index 00000000000..c4d6906f451 Binary files /dev/null and b/documentation/versioned_docs/version-5.9/images/gradle-settings.png differ diff --git a/documentation/versioned_docs/version-5.9/intellij/index.md b/documentation/versioned_docs/version-5.9/intellij/index.md index 049e6eed24a..b6397c98d85 100644 --- a/documentation/versioned_docs/version-5.9/intellij/index.md +++ b/documentation/versioned_docs/version-5.9/intellij/index.md @@ -34,7 +34,10 @@ If you execute a test, then that test and all nested tests will be executed. ![gutter_icon_picture](../images/gutter_run.png) - +:::note +For Gradle based projects: to run tests with the KoTest runner ensure your project's Gradle Settings are set to run tests with IntelliJ, not Gradle: +![gradle_settings_picture](../images/gradle-settings.png) +::: ## Duplicated Test Highlighting