Skip to content

Commit

Permalink
Revert "Revert "Try to leverage Android Test Orchestrator""
Browse files Browse the repository at this point in the history
Let's try this some more.

This reverts commit b2ced91.
  • Loading branch information
amberin committed Mar 18, 2024
1 parent 8530164 commit 8316d85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ android {
viewBinding true
}

// testOptions {
// execution 'ANDROIDX_TEST_ORCHESTRATOR'
// }
testOptions {
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}

buildTypes {
release {
Expand Down Expand Up @@ -165,7 +165,7 @@ dependencies {
implementation "androidx.test:core:$versions.android_test"

// For ANDROIDX_TEST_ORCHESTRATOR
// androidTestUtil "androidx.test:orchestrator:$android_test_version"
androidTestUtil "androidx.test:orchestrator:$versions.android_test"

androidTestImplementation "androidx.test.uiautomator:uiautomator:$versions.android_test_uiautomator"

Expand Down

0 comments on commit 8316d85

Please sign in to comment.