forked from samsonos/htmlapp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbehat.yml
More file actions
41 lines (40 loc) · 1.06 KB
/
behat.yml
File metadata and controls
41 lines (40 loc) · 1.06 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
33
34
35
36
37
38
39
40
41
# behat.yml
default:
autoload:
'': %paths.base%/ci/features/bootstrap
suites:
default:
paths:
- %paths.base%/ci/features
translation:
locale: en
extensions:
Behat\MinkExtension:
files_path: %paths.base%/ci/features/bootstrap/images/
base_url: '[local_domain]'
sessions:
default:
selenium2:
browser: "chromebrowser"
wd_host: "http://192.168.88.99:4444/wd/hub"
phantomjs:
selenium2:
browser: "phantomjs"
wd_host: "http://192.168.88.99:8643/wd/hub"
ci:
extensions:
Behat\MinkExtension:
base_url: 'http://test.local'
sessions:
default:
selenium2:
browser: "phantomjs"
wd_host: "http://localhost:8643/wd/hub"
chrome:
selenium2:
browser: "chromebrowser"
wd_host: "http://localhost:4444/wd/hub"
firefox:
selenium2:
browser: "firefox"
wd_host: "http://localhost:4444/wd/hub"