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

Does --dump-shards take in to account additional-app-test-apks? #791

Closed
runningcode opened this issue May 16, 2020 · 2 comments · Fixed by #794
Closed

Does --dump-shards take in to account additional-app-test-apks? #791

runningcode opened this issue May 16, 2020 · 2 comments · Fixed by #794
Milestone

Comments

@runningcode
Copy link
Contributor

I'm running --dump-shards on this branch
https://github.com/runningcode/fladle/tree/no/configure-root

I have several different Instrumented tests in different modules, but when I run --dump-shards, I only see

[
  [
    "class com.osacky.flank.gradle.sample.ExampleInstrumentedTest#runAndFail",
    "class com.osacky.flank.gradle.sample.ExampleInstrumentedTest#seeView"
  ]
]

That is, I only see the instrumented tests from the main apk.

Is there documentation on --dump-shards? Does it also take in to account test-targets?

Thanks.

@bootstraponline
Copy link
Contributor

Oh, that's a good point. I think it only works on the main apk right now. We should fix this.

@bootstraponline
Copy link
Contributor

dump-shards should take into account test-targets, however I'm not sure if we support additional-app-test-apks with dump-shards.

@bootstraponline bootstraponline added this to the June milestone May 16, 2020
@bootstraponline bootstraponline mentioned this issue May 16, 2020
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants