We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f9660 commit d0d6718Copy full SHA for d0d6718
gradle.properties
@@ -42,3 +42,7 @@ android.defaults.buildfeatures.shaders=false
42
43
# Run Roborazzi screenshot tests with the local tests
44
roborazzi.test.verify=true
45
+
46
+# Prevent uninstall app after instrumented tests
47
+# https://issuetracker.google.com/issues/295039976
48
+android.injected.androidTest.leaveApksInstalledAfterRun=true
0 commit comments