-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running both Cucumber tests and standard Android tests #64
Comments
Did you try this |
Yes it's running only the non cucumber one |
Ok, so to be clear - you want to run both kind of tests on single run? This is impossible currently. You can run cucumber ones and then non cucumber, like in cukeulator travis.yml |
Okay, thank you for your answer, I didn't quite understand. I don't know if you know Flank, but in view of your answer it is not possible to use Flank with Cucumber? |
According to Flank docs it is not possible. It is not on my roadmap but I can review any PR with that. I don't know how exactly Flank works differently than e.g Spoon an why it is not working with Cucumber when Spoon does |
You could look at how green coffee library allows this. It allows running both by using Parameterized Runner from Junit to add the gherkin tests to the Junit ones |
My problem is that when I use CucumberAndroidJUnitRunner I'm not able to run the Android instrumented tests and the cucumber ones, only the cucumber tests are running. Even with CukeulatorAndroidJUnitRunner. I check PR #39 and issue #43 but still dont working.
The text was updated successfully, but these errors were encountered: