Skip to content
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 Junit tests #43

Closed
DenisBronx opened this issue Mar 24, 2020 · 4 comments
Closed

Running both Cucumber tests and standard Junit tests #43

DenisBronx opened this issue Mar 24, 2020 · 4 comments

Comments

@DenisBronx
Copy link

DenisBronx commented Mar 24, 2020

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?

@lsuski
Copy link
Contributor

lsuski commented Mar 24, 2020

Check PR #39

@DenisBronx
Copy link
Author

@lsuski thanks! this is what I was looking for

@Tabun24
Copy link

Tabun24 commented Mar 27, 2020

Have the same problem. It would be nice to have that PR in the release.

@lsuski
Copy link
Contributor

lsuski commented Apr 6, 2020

Resolved in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants