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
Eugen Martynov
09/30/2024, 9:19 AM
We have it with pi-test gradle plugin
Eugen Martynov
09/30/2024, 9:20 AM
Copy code
pitest-gradlePlugin = { group = "pl.droidsonroids.gradle", name = "gradle-pitest-plugin", version.ref = "pitest-droidsonroids" }
c
CLOVIS
09/30/2024, 9:21 AM
It's still JVM-only, no?
e
Eugen Martynov
09/30/2024, 11:27 AM
I think it runs on top of JUnit
Eugen Martynov
09/30/2024, 11:28 AM
Or you mean if it also works for android instrumental tests. Not expert here, sorry. Let me look into details a bit later.