Oğuzhan Soykan
10/07/2024, 9:32 AMAbstractProjectConfig()
? I’ve read the docs, and introduced kotest.properties file but it doesn’t seem to be picked up by the runner.sam
10/07/2024, 2:54 PMOğuzhan Soykan
10/07/2024, 3:20 PMOğuzhan Soykan
12/05/2024, 9:05 AMkotest.framework.config.fqn
, according to the module and config class:
tasks.test.configure {
systemProperty("kotest.framework.config.fqn", "com.stove.ktor.example.e2e.Stove")
}
For those who wonder: https://github.com/Trendyol/stove/pull/668