We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcc89b commit fcedf85Copy full SHA for fcedf85
app/build.gradle.kts
@@ -1,5 +1,8 @@
1
import com.example.util.simpletimetracker.Base
2
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
6
7
plugins {
8
alias(libs.plugins.gradleApplication)
@@ -154,4 +157,8 @@ marathon {
154
157
totalAllowedRetryQuota = 100
155
158
}
156
159
160
+ screenRecordConfiguration = ScreenRecordConfiguration(
161
+ videoConfiguration = VideoConfiguration(enabled = false),
162
+ screenshotConfiguration = ScreenshotConfiguration(enabled = false),
163
+ )
164
0 commit comments