1

Idea offers different (test run) configurations, e.g. with the runners Gradle, JUnit and Kotest: (Runner)Configurations

How do I set the default runner, e.g. to Kotest, which is created when I click on Run myTest?

Run Test Currently, my maven project by default creates Kotest run configurations for tests, my Gradle project Gradle run configurations.

This question does not regard configuration templates.

Stefan K.
  • 7,701
  • 6
  • 52
  • 64

1 Answers1

0

The default runner (either Gradle or IntelliJ) can be chosen here: enter image description here

Olga Klisho
  • 1,206
  • 5
  • 7