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 followed the steps outlined in the readme .. but I could not run the tests .. the error is occurring:
java.lang.RuntimeException: Unable to instantiate instrumentation ComponentInfo {com.example.calculator / cucumber.android.CucumberInstrumentationTestRunner}: java.lang.ClassNotFoundException: cucumber.android.CucumberInstrumentationTestRunner
I created an android project and added the android-cucumber jar generated from this project to the classpath of my android project..
see my project configuration in attached image..
** cucumber_apptest is my android project.
Another question is about the cucumber-jvm, needs to configure something?
To run the tests simply create a run configuration as Android JUnit Test? .. See the image of the test run configuration attached ..
** If possible, could you guys provide a simple example application with the correct configuration running .. :)
Appreciate your help,
best regards
Robson R. Ferreira
The text was updated successfully, but these errors were encountered:
Hi cucumber-android team,
I followed the steps outlined in the readme .. but I could not run the tests .. the error is occurring:
java.lang.RuntimeException: Unable to instantiate instrumentation ComponentInfo {com.example.calculator / cucumber.android.CucumberInstrumentationTestRunner}: java.lang.ClassNotFoundException: cucumber.android.CucumberInstrumentationTestRunner
I created an android project and added the android-cucumber jar generated from this project to the classpath of my android project..
see my project configuration in attached image..
** cucumber_apptest is my android project.
Another question is about the cucumber-jvm, needs to configure something?
To run the tests simply create a run configuration as Android JUnit Test? .. See the image of the test run configuration attached ..
** If possible, could you guys provide a simple example application with the correct configuration running .. :)
Appreciate your help,
best regards
Robson R. Ferreira
The text was updated successfully, but these errors were encountered: