You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding Cucumber to a module that already has instrumented tests (I have many modules and each of them has several instrumented tests).
My problem is that when I use CucumberAndroidJUnitRunner I'm not able to run the existing instrumented tests (they are ignored) unless I switch back to the previous runner (in which case the cucumber tests are ignored).
Is this the expected behaviour or I'm doing something wrong?
If this is the expected behaviour which workaround can I use?
The text was updated successfully, but these errors were encountered:
I'm adding Cucumber to a module that already has instrumented tests (I have many modules and each of them has several instrumented tests).
My problem is that when I use
CucumberAndroidJUnitRunner
I'm not able to run the existing instrumented tests (they are ignored) unless I switch back to the previous runner (in which case the cucumber tests are ignored).Is this the expected behaviour or I'm doing something wrong?
If this is the expected behaviour which workaround can I use?
The text was updated successfully, but these errors were encountered: