-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathflank_e2e_release.yml
More file actions
25 lines (24 loc) · 1.03 KB
/
flank_e2e_release.yml
File metadata and controls
25 lines (24 loc) · 1.03 KB
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
gcloud:
project: delta-essence-114723
# Use the next two lines to run locally
# app: ../build/outputs/apk/qa/debug/parent-qa-debug.apk
# test: ../build/outputs/apk/androidTest/qa/debug/parent-qa-debug-androidTest.apk
app: ../apps/parent/build/outputs/apk/qa/debug/parent-qa-debug.apk
test: ../apps/parent/build/outputs/apk/androidTest/qa/debug/parent-qa-debug-androidTest.apk
results-bucket: android-parent
auto-google-login: true
use-orchestrator: true
performance-metrics: false
record-video: true
timeout: 60m
test-targets:
- annotation com.instructure.canvas.espresso.annotations.E2E
- notAnnotation com.instructure.canvas.espresso.annotations.ReleaseExclude, com.instructure.canvas.espresso.annotations.Stub, com.instructure.canvas.espresso.annotations.FlakyE2E, com.instructure.canvas.espresso.annotations.KnownBug, com.instructure.canvas.espresso.annotations.OfflineE2E
device:
- model: Pixel2.arm
version: 29
locale: en_US
orientation: portrait
flank:
testShards: 10
testRuns: 1