IntelliJ IDEA lets you specify settings for running Gradle tests.
| Item | Description |
|---|
| Run tests using | Use this area to select one of the following test runner options:
- Platform Test Runner - select this option if you want to run your tests using the
IntelliJ IDEA API.
- Gradle Test Runner - select this option if you want to run your tests using
Gradle tooling API
. - Let me choose per test - select this option if you want to choose the
runner for the specific test.
In this case IntelliJ IDEA prompts you to select the test runner the first time you try to execute
your test.
|