I see in the older Spek (1) docs that Spek does no...
# spek
s
I see in the older Spek (1) docs that Spek does not support Android integration tests. Is this the case for Spek2 as well?
r
(assuming android integration tests == instrumentation tests) It might be possible to some extent via android-junit5 (https://github.com/mannodermaus/android-junit5#instrumentation-test-support) but I have not tested it out yet.
👍 1