Skip to content

Commit

Permalink
chore: add kotest.properties to the recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Dec 19, 2024
1 parent c2d0d53 commit da4a4fe
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 22 deletions.
5 changes: 0 additions & 5 deletions recipes/java-recipes/quarkus-recipe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ dependencies {
testImplementation(libs.stove.spring.testing)
testImplementation(libs.jackson.kotlin)
}

tasks.e2eTest.configure {
systemProperty("kotest.framework.config.fqn", "com.trendyol.stove.recipes.quarkus.e2e.setup.Stove")
}

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotest.framework.config.fqn=com.trendyol.stove.recipes.quarkus.e2e.setup.Stove
4 changes: 0 additions & 4 deletions recipes/java-recipes/spring-boot-recipe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ dependencies {
testImplementation(libs.stove.spring.testing)
testImplementation(libs.jackson.kotlin)
}

tasks.e2eTest.configure {
systemProperty("kotest.framework.config.fqn", "com.trendyol.stove.example.java.spring.e2e.setup.Stove")
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotest.framework.config.fqn=com.trendyol.stove.example.java.spring.e2e.setup.Stove
5 changes: 0 additions & 5 deletions recipes/kotlin-recipes/ktor-recipe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ dependencies {
testImplementation(libs.stove.ktor.testing)
testImplementation(libs.jackson.kotlin)
}

tasks.e2eTest.configure {
systemProperty("kotest.framework.config.fqn", "com.trendyol.stove.examples.kotlin.ktor.e2e.setup.Stove")
}

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotest.framework.config.fqn=com.trendyol.stove.examples.kotlin.ktor.e2e.setup.Stove
4 changes: 0 additions & 4 deletions recipes/kotlin-recipes/spring-boot-recipe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ dependencies {
testImplementation(libs.ktor.client.content.negotiation)
testImplementation(libs.ktor.serialization.jackson.json)
}

tasks.e2eTest.configure {
systemProperty("kotest.framework.config.fqn", "com.trendyol.stove.examples.kotlin.spring.e2e.setup.Stove")
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotest.framework.config.fqn=com.trendyol.stove.examples.kotlin.spring.e2e.setup.Stove
4 changes: 0 additions & 4 deletions recipes/scala-recipes/spring-boot-recipe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ dependencies {
testImplementation(libs.stove.spring.testing)
testImplementation(libs.jackson.kotlin)
}

tasks.e2eTest.configure {
systemProperty("kotest.framework.config.fqn", "com.trendyol.stove.recipes.scala.spring.e2e.setup.Stove")
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kotest.framework.config.fqn=com.trendyol.stove.recipes.scala.spring.e2e.setup.Stove

0 comments on commit da4a4fe

Please sign in to comment.