Solution 1 :
You should have your instrumentation class under your test application package: com.demouitesting.test.Instrumentation
. But your test instrumentation class was in com.demouitesting.Instrumentation
.
Problem :
I am trying to run the simple cucumber test cases on Android Project, but it shows 0 test passed ,means it does not run test cases.
I have follow the project from this Github link :
https://github.com/emmasuzuki/CucumberEspressoDemo which works successfully on my machine.
But when I implement the same steps and files in my new Android Studio project then it says 0 Test Passed. I have attached my Android project github link. Could you please tell me the reason? Thank you for your consideration.
My GitHub Project URL which I am facing issue 0 Test Passed issue : https://github.com/Devsank/AndroidUiTesting