Skip to content

Commit

Permalink
Revise contribution
Browse files Browse the repository at this point in the history
Closes #3755
  • Loading branch information
sbrannen committed Apr 6, 2024
1 parent 67b8f8b commit e160aec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/src/docs/asciidoc/user-guide/running-tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
[[running-tests-ide-intellij-idea]]
==== IntelliJ IDEA

IntelliJ IDEA supports running tests on the JUnit Platform since version 2016.2. For
more information consult the following
https://jb.gg/junit-idea/[IntelliJ IDEA resource]. Note, however, that it is recommended to use IDEA 2017.3 or newer
since these newer versions of IDEA will download the following JARs automatically based
on the API version used in the project: `junit-platform-launcher`,
`junit-jupiter-engine`, and `junit-vintage-engine`.
IntelliJ IDEA supports running tests on the JUnit Platform since version 2016.2. For more
information, please consult the official
https://jb.gg/junit-idea/[IntelliJ IDEA documentation]. Note, however, that it is
recommended to use IDEA 2017.3 or newer since more recent versions of IDEA download the
following JARs automatically based on the API version used in the project:
`junit-platform-launcher`, `junit-jupiter-engine`, and `junit-vintage-engine`.

WARNING: IntelliJ IDEA releases prior to IDEA 2017.3 bundle specific versions of JUnit 5.
Thus, if you want to use a newer version of JUnit Jupiter, execution of tests within the
Expand Down

0 comments on commit e160aec

Please sign in to comment.