-
Notifications
You must be signed in to change notification settings - Fork 2
/
Marathonfile
44 lines (44 loc) · 1.03 KB
/
Marathonfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: "Android UI Tests"
outputDir: "marathon-report"
isCodeCoverageEnabled: true
batchingStrategy:
type: "fixed-size"
size: 5
durationMillis: 100000
percentile: 80.0
timeLimit: "-PT1H"
lastMileLength: 10
retryStrategy:
type: "fixed-quota"
totalAllowedRetryQuota: 100
retryPerTestQuota: 2
vendorConfiguration:
type: "Android"
installOptions: "-t"
screenRecordConfiguration:
preferableRecorderType: "screenshot"
videoConfiguration:
enabled: false
width: 1080
height: 1920
bitrateMbps: 2
timeLimit: 300
screenshotConfiguration:
enabled: false
width: 1080
height: 1920
delayMs: 200
outputs:
- application: "app-debug.apk"
testApplication: "app-debug-androidTest_failed.apk"
autoGrantPermission: true
applicationPmClear: true
testApplicationPmClear: true
vendor: ADAM
waitForDevicesTimeoutMillis: 60000
allureConfiguration:
enabled: true
adbServers:
- host: localhost
port: ${ADB_SERVER_PORT}
deviceInitializationTimeoutMillis: 180000