Closed menova closed 1 year ago
I started running into this issue twice.
Once it was when I had two feature files with same feature name inside.
Second time now when I just added firebase-inappmessaging-display-ktx
dependency with firebase BOM in version 29.2.0
. Suddenly 0 tests and I'm stuck. Do you have this dependency?
In which package class CucumberTestCase
resides?
Well figured it out in my case it was exception in runtime that eventually caused 0 tests to be reported. Eventually tracked it down to protobuf-lite and excluded from espresso-contrib
I have a folder -> androidTestMyFlavor and inside ->
and ->
inside gradle file ->
_
I use :
and my real package name is different from applicationId
package="com.blah.foobar" <-and-> applicationId com.lorem.ipsum
I run :
But I get this message :
I need help to run cucumber test on Android Flavors please help me :)