Hey, all. I’m curious if anyone has discovered a w...
# test
p
Hey, all. I’m curious if anyone has discovered a way to create “dynamic” multiplatform tests (using
kotlin.test
) similar to the way spekframework and kotest do, rather than writing
n
variants for the same test.
s
Are you using JS or other ?
p
I’m using Jvm and Native targets. No JS.
s
Ok, kotest works (beta) with JS so was going to mention that, but not native.
If you want to use property testing to achieve some of what you need, then kotest property testing is MPP
👍 1