I’ve been writing a test library for component/e2e...
# server
o
I’ve been writing a test library for component/e2e testing and trying to integrate with frameworks and JVM languages. The idea is to have unified testing experience and the same Kotlin DSL even if you change the underlying framework and language. So far it works great. Today I am playing with Scala Spring Boot application with Kotlin, meaning starting Scala app from Kotlin kotest runner, worked like charm 😄 https://github.com/Trendyol/stove/blob/main/recipes/scala-recipes/spring-boot-reci[…]ndyol/stove/recipes/scala/spring/e2e/setup/TestProjectConfig.kt Interoperability of JVM languages are amazing!
K 4