forked from clevertech/YiiBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
28 lines (27 loc) · 816 Bytes
/
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
default:
paths:
bootstrap: '%behat.paths.base%/tests/specs/contexts'
formatter:
name: 'pretty'
extensions:
Behat\MinkExtension\Extension:
default_session: goutte
goutte: ~
javascript_session: selenium2
selenium2: ~
frontend:
paths:
features: '%behat.paths.base%/tests/specs/features/frontend'
# the following you have to define in your "behat-local.yml"
# extensions:
# Behat\MinkExtension\Extension:
# base_url: 'http://localhost:8080'
backend:
paths:
features: '%behat.paths.base%/tests/specs/features/backend'
# the following you have to define in your "behat-local.yml"
# extensions:
# Behat\MinkExtension\Extension:
# base_url: 'http://localhost:8081'
imports:
- 'behat-local.yml'