-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.yml
More file actions
60 lines (52 loc) · 1.51 KB
/
Copy pathbrowserstack.yml
File metadata and controls
60 lines (52 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
# =============================
# BrowserStack Credentials
# =============================
# Prefer env vars: BROWSERSTACK_USERNAME / BROWSERSTACK_ACCESS_KEY
userName: ${BROWSERSTACK_USERNAME}
accessKey: ${BROWSERSTACK_ACCESS_KEY}
# ======================
# BrowserStack Reporting
# ======================
projectName: SCIF Playwright
buildName: scif-playwright
buildIdentifier: '#${BUILD_NUMBER}'
# =======================================
# Platforms (Browsers / Devices to test)
# =======================================
# https://www.browserstack.com/list-of-browsers-and-platforms/automate
platforms:
- os: Windows
osVersion: 11
browserName: chrome
browserVersion: "148.0"
# - os: OS X
# osVersion: Sonoma
# browserName: playwright-firefox
# browserVersion: latest
# - os: OS X
# osVersion: Sonoma
# browserName: playwright-webkit
# browserVersion: latest
# =======================
# Parallels per Platform
# =======================
parallelsPerPlatform: 1
# ==========================================
# BrowserStack Local (private/localhost apps)
# ==========================================
browserstackLocal: true
# browsertstackLocalOptions:
# proxyHost: 192.168.0.102
# proxyPort: 8281
# Framework must be playwright for Playwright + Cucumber
framework: playwright
# ===================
# Debugging features
# ===================
debug: false
networkLogs: true
consoleLogs: errors
video: true
# Test Observability / Reporting & Analytics
testObservability: true
#accessibility: true