Skip to content

Commit

Permalink
enable test storage serivce for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 17, 2024
1 parent 0125935 commit 9a6c910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android-refimpl-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ android {

buildConfigField "String", "GitHash", "\"${getGitHash()}\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// testInstrumentationRunnerArguments useTestStorageService: 'true'
testInstrumentationRunnerArguments useTestStorageService: 'true'
}

buildTypes {
Expand Down Expand Up @@ -415,6 +415,7 @@ dependencies {
testImplementation 'androidx.test.espresso:espresso-core:3.5.1'
testImplementation 'androidx.test.espresso:espresso-intents:3.5.1'
testImplementation 'androidx.test.ext:truth:1.5.0'
androidTestUtil "androidx.test.services:test-services:1.4.2"
// ---------------------
// --------- background blur ------------
// ---------------------
Expand Down

0 comments on commit 9a6c910

Please sign in to comment.