-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
[CI] Setup CI workflow for running Android-ComposeApp UI tests #556
Comments
Hi @PatilShreyas , I would like to try working on this issue . Could you please assign it to me . Thanks |
Thanks @krishnachaitanya0107 for showing interest in contributing to this. Sure, if you're interested, will assign this to you |
Hi @PatilShreyas , It would be really helpful if you could clarify a few things for me if possible .
Thanks |
|
Ah , that makes sense . Thanks for the quick reply , really appreciate it . |
Description
Currently, only unit tests are executed on
push
orpull_request
events. It would be nice to execute UI tests (of compose app) module as well.Criteria for workflow
push
andpull-request
event.Task steps
Once above criteria is met, run the following commands
Solution
For running emulator on CI, following action utility can be useful:
https://github.com/ReactiveCircus/android-emulator-runner
The text was updated successfully, but these errors were encountered: