IntelliJ IDEA 2017.2 Help

Runner

IntelliJ IDEA lets you specify settings for running Gradle tests.

ItemDescription
Delegate IDE build/run actions to GradleSelect this check box to delegate the following actions to Gradle:
  • assemble and compile project files
  • assemble .war or .ear artifacts
  • run the application
Run tests usingUse 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.
Last modified: 29 November 2017

See Also

Concepts: