-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml
More file actions
23 lines (23 loc) · 799 Bytes
/
Copy pathbehat.yml
File metadata and controls
23 lines (23 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
default:
context:
parameters:
javascript_session: selenium
browser: chrome
show_cmd: open %s
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://en.wikipedia.org
selenium:
host: ondemand.saucelabs.com
port: 80
browser: >
{
"username": "brau_l",
"access-key": "0552f8de-8e33-4320-805d-68d0912af485",
"browser": "firefox",
"browser-version": "7",
"os": "Windows 2003",
"name": "Testing Selenium with Behat"
}