Is there a way to tell IntelliJ Kotest plugin to use maven-failsafe-plugin configuration for running integration tests (the same as in maven) instead of maven-surefire-plugin configuration?
s
sam
11/02/2020, 5:59 AM
The plugin doesn't use maven at all I don't think.
k
kopper
11/02/2020, 6:00 AM
in that case there is some IntelliJ magic that makes use of maven-surefire-config because when I modify POM + refresh Maven view in IntelliJ new test runs pick up the changes