Does TestBalloon support running the same test sui...
# testballoon
c
Does TestBalloon support running the same test suite with two different sets of dependencies? I have a
kotlin("multiplatform")
library that service-loads implementations on the JVM from the classpath (not my code, I can't control it). I'd like to run the JVM tests twice, one with the implementation
a
in the classpath, and once with the implementation
b
in the classpath.
o
I guess the easiest solution to this would be using the incubating Gradle JVM Test Suite Plugin (see hints in the CHANGELOG for 0.8.0).