-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathui-test-args.yaml
More file actions
24 lines (23 loc) · 846 Bytes
/
ui-test-args.yaml
File metadata and controls
24 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
e2e-tests:
timeout: 30m
type: instrumentation
app: app/build/outputs/apk/internal/debug/app-internal-debug.apk
test: app/build/outputs/apk/androidTest/internal/debug/app-internal-debug-androidTest.apk
device:
- {model: tokay, version: 35}
- {model: redfin, version: 30}
test-targets:
- "annotation com.twilio.video.app.e2eTest.E2ETest"
integration-tests:
timeout: 30m
type: instrumentation
app: app/build/outputs/apk/internal/debug/app-internal-debug.apk
test: app/build/outputs/apk/androidTest/internal/debug/app-internal-debug-androidTest.apk
device:
- {model: tokay, version: 34}
- {model: shiba, version: 34}
- {model: dm3q, version: 33}
- {model: pettyl, version: 27}
- {model: redfin, version: 30}
test-targets:
- "annotation com.twilio.video.app.integrationTest.IntegrationTest"