Hello everyone. Has anyone been able to setup muta...
# test
x
Hello everyone. Has anyone been able to setup mutation testing on an Android/Kotlin project. I heard about Arcmutate but couldn't find if it was compatible with android modules
👀 1
e
We have it with pi-test gradle plugin
Copy code
pitest-gradlePlugin = { group = "pl.droidsonroids.gradle", name = "gradle-pitest-plugin", version.ref = "pitest-droidsonroids" }
c
It's still JVM-only, no?
e
I think it runs on top of JUnit
Or you mean if it also works for android instrumental tests. Not expert here, sorry. Let me look into details a bit later.