-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbrowserstack.yml
57 lines (57 loc) · 1.42 KB
/
browserstack.yml
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
52
53
54
55
56
57
# NOTE: testing more than one platform at once resulted in an error
platforms:
# - os: Windows
# osVersion: 11
# browserName: Chrome
# browserVersion: latest
# - os: Windows
# osVersion: 10
# browserName: Chrome
# browserVersion: latest
# - os: Windows
# osVersion: 11
# browserName: Edge
# browserVersion: latest
# - os: Windows
# osVersion: 11
# browserName: Firefox
# browserVersion: latest
# - os: OS X
# osVersion: Ventura
# browserName: Chrome
# browserVersion: latest
# - os: OS X
# osVersion: Ventura
# browserName: Safari
# browserVersion: latest
# - os: OS X
# osVersion: Ventura
# browserName: Firefox
# browserVersion: latest
# - deviceName: iPhone 14 Pro Max
# osVersion: 16
# browserName: safari
# deviceOrientation: portrait
- deviceName: iPhone 14 Pro Max
osVersion: 16
browserName: chrome
deviceOrientation: portrait
# - deviceName: Google Pixel 7
# osVersion: 13.0
# browserName: chrome
# deviceOrientation: portrait
# - deviceName: Samsung Galaxy S23 Ultra
# osVersion: 13.0
# browserName: samsung
# deviceOrientation: portrait
parallelsPerPlatform: 3
browserstackLocal: true
browserStackLocalOptions:
forceLocal: true
buildName: great-cms-ios-16-chrome
buildIdentifier: ${DATE_TIME}
projectName: great-cms
debug: false
networkLogs: false
consoleLogs: verbose
framework: pytest