-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
29 lines (28 loc) · 1.01 KB
/
behat.yml.dist
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
default:
autoload: features
suites:
default:
contexts:
- App\Tests\Behat\FeatureContext
extensions:
FriendsOfBehat\SymfonyExtension:
kernel:
class: ~
path: ~
environment: dev
debug: ~
Behat\MinkExtension:
base_url: http://192.168.99.100:8080/
default_session: chrome
javascript_session: chrome
sessions:
chrome:
selenium2:
browser: chrome
wd_host: http://192.168.99.100:4444/wd/hub
capabilities:
browserName: chrome
browser: chrome
version: ""
marionette: null
javascriptEnabled: true