Skip to content

Commit

Permalink
note on Gradle Settings (#4095)
Browse files Browse the repository at this point in the history
<!-- 
If this PR updates documentation, please update all relevant versions of
the docs, see:
https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
The documentation at
https://github.com/kotest/kotest/tree/master/documentation/docs is the
documentation for the next minor or major version _TO BE RELEASED_
-->

Update docs based on
[feedback](kotest/kotest-intellij-plugin#294)

---------

Co-authored-by: Benoit Liessens <ebl@melexis.com>
Co-authored-by: Sam <sam@sksamuel.com>
  • Loading branch information
3 people committed Jun 17, 2024
1 parent 773f188 commit d1c0d13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file added documentation/docs/images/gradle-settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion documentation/docs/intellij/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion documentation/versioned_docs/version-5.9/intellij/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1c0d13

Please sign in to comment.