-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.yml
More file actions
50 lines (43 loc) · 1.18 KB
/
browserstack.yml
File metadata and controls
50 lines (43 loc) · 1.18 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
# =============================
# Set BrowserStack Credentials
# =============================
userName:
accessKey:
# ======================
# BrowserStack Reporting
# ======================
projectName: PW and WDIO Samples
buildName: Playwright as Test runner for Wdio appium script
buildIdentifier: '#${BUILD_NUMBER}'
# =======================================
# Platforms (Browsers / Devices to test)
# =======================================
platforms:
- platformName: android
platformVersion: "12.0"
deviceName: Samsung Galaxy S22 Ultra
playwrightConfigOptions:
name: S22Ultra
- platformName: android
platformVersion: "14.0"
deviceName: Google Pixel 8 Pro
playwrightConfigOptions:
name: Pixel8Pro
# =======================
# Parallels per Platform
# =======================
parallelsPerPlatform: 2
# ==========================================
# BrowserStack Local
# ==========================================
browserstackLocal: false
framework: playwright
source: node-js-playwright-sample-sdk:v1
# ===================
# Debugging features
# ===================
debug: false
networkLogs: false
consoleLogs: errors
testObservability: true
percy: false