-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathbrowserstack.yml
More file actions
37 lines (31 loc) · 764 Bytes
/
browserstack.yml
File metadata and controls
37 lines (31 loc) · 764 Bytes
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
userName: ${BROWSERSTACK_USERNAME}
accessKey: ${BROWSERSTACK_ACCESS_KEY}
buildName: "ClawMetry PR Tests"
buildIdentifier: "#${BUILD_NUMBER}"
projectName: "ClawMetry"
# Local testing - allows BrowserStack to reach localhost:8900
browserstackLocal: true
platforms:
- browserName: chrome
browserVersion: latest
os: Windows
osVersion: 11
- browserName: firefox
browserVersion: latest
os: Windows
osVersion: 11
- browserName: edge
browserVersion: latest
os: Windows
osVersion: 11
- browserName: playwright-webkit
browserVersion: latest
os: OS X
osVersion: Ventura
parallelsPerPlatform: 1
# Test timeouts
testTimeout: 30000
# BrowserStack session settings
debug: false
networkLogs: false
consoleLogs: errors