https://kotlinlang.org logo
Title
d

DosExe

11/24/2020, 4:46 PM
Hello, i have a problem with migration from swagger to openapi with spring-boot app. The app after migration works fine, but kotest not working at all after it. I am using spring-boot 2.3.4 and kotest 4.2.2. There is no errors spawned when i run tests in idea, just
Test framework quit unexpectedly
. When i run mvn test i get
java.util.ServiceConfigurationError: org.junit.platform.engine.TestEngine: Provider io.kotest.runner.junit.platform.KotestJunitPlatformTestEngine could not be instantiated
.
The dependecy which leads to this behavior is
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>