forked from ezsystems/ezplatform-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
36 lines (32 loc) · 1.3 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
30
31
32
33
34
35
36
# This file contains the default configuration for behat testing using EzSystems/BehatBundle
default:
calls:
error_reporting: 14335 # E_ALL & ~E_USER_DEPRECATED
extensions:
Behat\MinkExtension:
base_url: 'http://localhost'
goutte: ~
selenium2:
wd_host: 'http://localhost:4444/wd/hub'
javascript_session: selenium2
browser_name: firefox
Behat\Symfony2Extension:
kernel:
bootstrap: app/autoload.php
path: app/AppKernel.php
class: AppKernel
env: behat
debug: false
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: report.xml
outputDir: %paths.base%/app/logs/junit
# default profile: no suites
suites: ~
imports:
- vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/behat_suites.yml
- vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/behat_suites.yml
- vendor/ezsystems/behatbundle/EzSystems/BehatBundle/behat_suites.yml
- vendor/ezsystems/platform-ui-bundle/behat_suites.yml
- vendor/ezsystems/repository-forms/behat_suites.yml
- vendor/ezsystems/studio-ui-bundle/behat_suites.yml
- vendor/ezsystems/flex-workflow/behat_suites.yml