Parameter to skip uninstall action after tests are completed. #131
nemanjavukojebmw
started this conversation in
Ideas
Replies: 2 comments
-
Yeah, this is a good idea. Shouldn't be too difficult, so this would a great opportunity for a first-time contributor. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We will create a PR for this soon - we already got it working locally! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inside GordonTest Task, after all tests are done, task will uninstall the application package and instrumentation package. This would also remove the data stored in the app storage during the tests.
It would be nice to have possibility of keeping the application data after gordon tests are done, as some reports or screenshots could also be stored there.
Something similar is introduced in Android Gradle Plugin 8.2 in form of the gradle property for android tests:
android.injected.androidTest.leaveApksInstalledAfterRun = true
https://issuetracker.google.com/issues/295039976?hl=ja
Same property could be read by Gordon task, or separate parameter could be added to the task with the same behaviour.
Beta Was this translation helpful? Give feedback.
All reactions