-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtest.conf.json
More file actions
38 lines (37 loc) · 987 Bytes
/
test.conf.json
File metadata and controls
38 lines (37 loc) · 987 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
38
{
"user": "BROWSERSTACK_USERNAME",
"key": "BROWSERSTACK_ACCESS_KEY",
"capabilities": [{
"browserName": "chrome",
"browserVersion": "latest",
"bstack:options": {
"os": "OS X",
"osVersion": "Monterey",
"buildName": "browserstack-build-1",
"sessionName": "BStack phpunit chrome",
"source": "phpunit:sample-main:v1.0",
"local": true
}
}, {
"browserName": "edge",
"browserVersion": "latest",
"bstack:options": {
"os": "Windows",
"osVersion": "11",
"buildName": "browserstack-build-1",
"sessionName": "BStack phpunit edge",
"source": "phpunit:sample-main:v1.0",
"local": true
}
}, {
"browserName": "chrome",
"bstack:options": {
"osVersion": "12.0",
"deviceName": "Samsung Galaxy S22 Ultra",
"buildName": "browserstack-build-1",
"sessionName": "BStack phpunit android",
"source": "phpunit:sample-main:v1.0",
"local": true
}
}]
}