-
Notifications
You must be signed in to change notification settings - Fork 2
/
behat.yml
37 lines (37 loc) · 1.33 KB
/
behat.yml
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
default:
context:
parameters:
#wd_host: localhost:4445/wd/hub #use this if your using tesstingbot-tunnel
wd_host: hub.testingbot.com:4444/wd/hub
key: YOURKEYHERE
secret: YOURSECRETHERE
extensions:
Behat\MinkExtension\Extension:
base_url: http://en.wikipedia.org
goutte: ~
selenium2: ~
local:
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
firefox:
context:
parameters:
instances:
firefox: { "platform": "WINDOWS", "browserName": "firefox", "browserVersion": "14", "version": "14" }
extensions:
Behat\MinkExtension\Extension:
selenium2:
# wd_host: YOURKEYHERE:YOURSECRETHERE@localhost:4445/wd/hub #Use this for testingbot-tunnel
wd_host: YOURKEYHERE:[email protected]:4444/wd/hub
iphone:
context:
parameters:
instances:
iphone: { "platform": "MAC", "browserName": "iphone" }
extensions:
Behat\MinkExtension\Extension:
selenium2:
# wd_host: YOURKEYHERE:YOURSECRETHERE@localhost:4445/wd/hub #Use this for testingbot-tunnel
wd_host: YOURKEYHERE:[email protected]:4444/wd/hub