I would like to execute only a specific subset of tests locally to exclude slowly running integration tests. So only tests with the *Test
suffix should be included, those ending with *IT
should be excluded.
The official Kotest guide offers command line parameters, through the feature called conditional evaluation, but the guide mentions only Gradle. How can I use conditional evaluation with Maven or IntelliJ?