reevn
08/10/2020, 7:18 PM4.2.0.RC1
and Kotest plugin 1.1.9
. Removed all of our custom Kotest-wrappers and all ~1200 unit tests pass out of the box 🎉. With regards to the plugin: Seems everything works fine now on Android Studio (including Mockk
).
I have a different problem now though and I'm not sure if this is expected or if there is a workaround:
When executing all spec files in a package, it seems to only execute the ones at that exact package level and doesn't look into all the subpackages, which makes the Run all tests
a bit useless for me. Is this the intended behaviour? If so, is there a way around that? 🙂