Skip to content

Commit

Permalink
Use Androidx Test Orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Oct 18, 2022
1 parent f83026d commit 88f4637
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions enro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ android {
textReport true
textOutput 'stdout'
}
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
animationsDisabled = true
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}
packagingOptions {
resources.excludes.add("META-INF/*")
Expand Down Expand Up @@ -50,6 +54,7 @@ dependencies {
androidTestImplementation deps.testing.androidx.espressoRecyclerView
androidTestImplementation deps.testing.androidx.espressoIntents
androidTestImplementation deps.testing.androidx.runner
androidTestUtil deps.testing.androidx.orchestrator

androidTestImplementation deps.testing.androidx.compose

Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencyResolutionManagement {
library("testing-androidx-junit", "androidx.test.ext:junit:1.1.3")
library("testing-androidx-core", "androidx.test:core:1.4.0")
library("testing-androidx-runner", "androidx.test:runner:1.4.0")
library("testing-androidx-orchestrator", "androidx.test:orchestrator:1.4.0")
library("testing-androidx-espresso", "androidx.test.espresso:espresso-core:3.4.0")
library("testing-androidx-espressoRecyclerView", "androidx.test.espresso:espresso-contrib:3.4.0")
library("testing-androidx-espressoIntents", "androidx.test.espresso:espresso-intents:3.4.0")
Expand Down

0 comments on commit 88f4637

Please sign in to comment.