-
-
Notifications
You must be signed in to change notification settings - Fork 478
Expand file tree
/
Copy pathsentry-uitest-android-ui.yml
More file actions
51 lines (48 loc) · 1.35 KB
/
Copy pathsentry-uitest-android-ui.yml
File metadata and controls
51 lines (48 loc) · 1.35 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
apiVersion: v1alpha
kind: espresso
sauce:
region: us-west-1
# Controls how many suites are executed at the same time (sauce test env only).
concurrency: 4
metadata:
build: sentry-uitest-android-ui-$GITHUB_REF-$GITHUB_SHA
tags:
- e2e
- android
defaults:
timeout: 45m
espresso:
app: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/release/sentry-uitest-android-release.apk
testApp: ./sentry-android-integration-tests/sentry-uitest-android/build/outputs/apk/androidTest/release/sentry-uitest-android-release-androidTest.apk
suites:
- name: "Emulator 11"
testOptions:
clearPackageData: true
useTestOrchestrator: true
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "11.0"
- name: "Emulator 13"
testOptions:
clearPackageData: true
useTestOrchestrator: true
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "13.0"
- name: "Emulator 14"
testOptions:
clearPackageData: true
useTestOrchestrator: true
emulators:
- name: "Android GoogleApi Emulator"
platformVersions:
- "14.0"
# Controls what artifacts to fetch when the suite on Sauce Cloud has finished.
artifacts:
download:
when: always
match:
- junit.xml
directory: ./artifacts/