-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdist.conf.browserstack.yml
More file actions
32 lines (30 loc) · 1.25 KB
/
Copy pathdist.conf.browserstack.yml
File metadata and controls
32 lines (30 loc) · 1.25 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
default:
suites:
default:
contexts:
- FeatureContext:
parameters:
browserstack:
project: "test-project"
build: "behat-browserstack"
name: "local_test"
"browserstack.debug": true
"browserstack.local": false
browserstack.networkLogs: true
username: "<username>"
access_key: "<accesskey>"
server: "hub-cloud.browserstack.com"
capabilities: {"os": "OS X", "os_version": "Snow Leopard", "browser": "chrome", "device": null, "browserstack-debug": true, name: 'auto test'}
extensions:
Behat\MinkExtension:
sessions:
bs_session1:
browser_stack:
username: "<username>"
access_key: "<accesskey>"
capabilities: {"os": "OS X", "os_version": "Snow Leopard", "browser": "chrome", "device": null, "browserstack-debug": true}
bs_session2:
browser_stack:
username: "<username>"
access_key: "<accesskey>"
capabilities: {"os": "OS X", "os_version": "Snow Leopard", "browser": "firefox", "device": null, "browserstack-debug": true}