forked from Kunstmaan/KunstmaanBundlesStandardEdition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
33 lines (28 loc) · 1.24 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
# hostname is probably 'localhost:8000' or '0.0.0.0:8000' when you run app/console server:run.
# files_path is the directory where your assets are located that are used for the backend tests. The backend tests require this to be set.
# This should be something like '/../../src/ProjectNamespace/YourCustomBundle/Features/Media/'
# multilanguage is again used for the backend tests. The site can be set up either multi-language or single-language.
# This variable has to match how your site is configured.
# For example when you use multiple language it has to say 'multi'.
# If your site is single-language it has to say 'single'.
default:
extensions:
Behat\Symfony2Extension\Extension:
mink_driver: true
kernel:
env: test
debug: true
Behat\MinkExtension\Extension:
base_url: 'http://localhost:8000/app_test.php/'
#javascript_session: sahi
browser_name: firefox
sahi:
goutte: ~
selenium2: ~
files_path: '%behat.paths.base%/src/MyProject/WebsiteBundle/Features/Media/'
paths:
features: features
bootstrap: %behat.paths.features%/Context
context:
parameters:
language: 'multi'