Idea offers different (test run) configurations, e.g. with the runners Gradle, JUnit and Kotest:
How do I set the default runner, e.g. to Kotest, which is created when I click on Run myTest
?
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.