Android Unit Testing: Cucumber-jvm + Android Instrumentation
问题 Using: Cucumber-JVM with Android Instrumentation + Espresso). Reference Github link : https://github.com/mfellner/cucumber-android for this. The simple sample works fine. Problem with cucumber-jvm + android instrumentation: But in the sample in link, it uses ActivityInstrumentationTestCase2 which is deprecated. I would like to use @Rule - ActivityTestRule class as said by Google. Here my question is: For using cucumber-jvm, I am using the CucumberInstrumentationCore instead of