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

Additional Test Apks does not support wildcards #732

Closed
runningcode opened this issue Apr 22, 2020 · 5 comments
Closed

Additional Test Apks does not support wildcards #732

runningcode opened this issue Apr 22, 2020 · 5 comments
Assignees

Comments

@runningcode
Copy link
Contributor

we can specify app and test targets with wildcards like so:

gcloud:
      app: app/build/outputs/apk/debug/*.apk
      test: app/build/outputs/apk/androidTest/debug/*.apk
flank:
additional-app-test-apks:
        - app: app/build/outputs/apk/debug/*.apk
          test: app/build/outputs/apk/androidTest/debug/*.apk

But additional test apks does not support wildcards and will fail with a NoSuchFileException

@pawelpasterz
Copy link
Contributor

Hey @runningcode , please let us know which version of flank you are using, thanks!

@runningcode
Copy link
Contributor Author

ah, sorry! 8.1.0

@bootstraponline
Copy link
Contributor

Thanks for the feature request. If not already supported, we should add wildcards for additional test apks.

@bootstraponline
Copy link
Contributor

#733 (comment)

@runningcode
Copy link
Contributor Author

Hey, this is working in the snapshot! Thanks.

@pawelpasterz pawelpasterz self-assigned this Apr 25, 2020
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