Oğuzhan Soykan
12/06/2024, 2:05 PMkotest.framework.config.fqn
but, not from the individual test level. It never runs the given fqn
. Why there is such behaviour difference?
Version: 6.0.0.M1
kotest intellij plugin: 1.3.86-243-EAP-SNAPSHOTOğuzhan Soykan
12/06/2024, 2:09 PMRun Tests using
to Intellij. Spec level fqn
pick-up does not work. So gradle seems to be correct choice.Emil Kantis
12/06/2024, 2:12 PMEmil Kantis
12/06/2024, 2:13 PMkotest.framework.config.fqn
it might not be picked up by the kotest runnerEmil Kantis
12/06/2024, 2:14 PMkotest.properties
as described here it should work no matter which runner: https://kotest.io/docs/intellij/intellij-properties.html#specifying-the-properties-filenameOğuzhan Soykan
12/06/2024, 2:15 PMtask<Test>("e2eTest") {
systemProperty("kotest.framework.config.fqn", "myapplication.config")
}
Emil Kantis
12/06/2024, 2:15 PMOğuzhan Soykan
12/06/2024, 2:16 PMOğuzhan Soykan
12/06/2024, 2:19 PMEmil Kantis
12/06/2024, 2:23 PM