Skip to content

Commit fcedf85

Browse files
committed
disable marathon tests recording
1 parent 7fcc89b commit fcedf85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import com.example.util.simpletimetracker.Base
22
import com.example.util.simpletimetracker.applyAndroidLibrary
3+
import com.malinskiy.marathon.config.vendor.android.ScreenRecordConfiguration
4+
import com.malinskiy.marathon.config.vendor.android.ScreenshotConfiguration
5+
import com.malinskiy.marathon.config.vendor.android.VideoConfiguration
36

47
plugins {
58
alias(libs.plugins.gradleApplication)
@@ -154,4 +157,8 @@ marathon {
154157
totalAllowedRetryQuota = 100
155158
}
156159
}
160+
screenRecordConfiguration = ScreenRecordConfiguration(
161+
videoConfiguration = VideoConfiguration(enabled = false),
162+
screenshotConfiguration = ScreenshotConfiguration(enabled = false),
163+
)
157164
}

0 commit comments

Comments
 (0)