Skip to content

Commit

Permalink
Merge pull request #231 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
Update ScreenshotsPlugin.kt
  • Loading branch information
mateuszkwiecinski authored Mar 12, 2024
2 parents 0bcfd00 + d33ba44 commit e4e080d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class ScreenshotsPlugin : Plugin<Project> {
val androidTest = (variant as? HasAndroidTest)?.androidTest
if (androidTest != null) {
generateTasksFor(androidTest)
androidTest.instrumentationRunner
androidTest.instrumentationRunner.set(TEST_RUNNER_CLASS)
androidTest.instrumentationRunnerArguments.put("SCREENSHOT_TESTS_RUN_ID", SCREENSHOT_TESTS_RUN_ID)
}
Expand Down

0 comments on commit e4e080d

Please sign in to comment.