Łukasz Suski

Results 63 comments of Łukasz Suski

I think that there is no such feature currently. Maybe in `AndroidJunitRunner` from which `CucumberAndroidJUnitRunner` inherits but I doubt. In my opinion this feature could be implemented independently of cucumber...

Check logcat logs from devices. You can paste it here

Exception suggests that no activity is started. Maybe Hooks.setup is not called? Try to put some logcat logs in your methods to see what is exactly going on

I am not familiar with Firebase Test Lab. If you run tests locally with simple instrumentation commandline and specified shard arguments then it should work (or with spoon runner)

Check android documentation for running shards or spoon runner on github or just cukeulator sample in this repo.

So, I've looked at the code and I'm wondering if it's worth to do this because this issue was fixed on Android 33 with some extension and Android 34. As...

@TVDiasDominik you can try my fork https://github.com/lsuski/fat-aar-android/tree/support_gradle86

Spoon installs applicationApk and and instrumentationApk - for library this is the same apk so it installs it twice

E.g this could be used to implement optional range selection