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

Android UI/Unit tests support? #289

Open
Matthew-X opened this issue Jun 6, 2024 · 1 comment
Open

Android UI/Unit tests support? #289

Matthew-X opened this issue Jun 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Matthew-X
Copy link

Hello, I'm trying to implement this plugin into a big project with lots UI and unit tests and I could not see any documentation or mentions of this plugin working with Android tests (except for the issue post in here in 2020). But I was hoping that maybe situation has changed and it is possible now to utilize this plugin with Android UI tests?

So far I have not tried it with unit tests, but i'm trying to implement it into the UI Tests as this is the most troubling and flaky part in the project, but it seem no matter what I try and do it won't retry the UI Tests. Do you have any advice or a way make it work with the Android UI tests or is there no way making it happen?

Thank you.

@pshevche pshevche added the enhancement New feature or request label Jun 10, 2024
@pshevche
Copy link
Member

Do you have any advice or a way make it work with the Android UI tests or is there no way making it happen?

@Matthew-X , unfortunately, Android UI tests are still not supported. The plugin works only with Gradle's built-in test task (and all custom tasks that inherit it). The Android test task does not inherit from Gradle's task, so it does not work. We don't have any plans to invest into supporting Android tests yet, but I'll keep the issue around to consider when we plan the next iteration of improvements for this plugin.

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

No branches or pull requests

2 participants