forked from ezsystems/ezplatform-ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
39 lines (35 loc) · 1.43 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
37
38
39
default:
calls:
error_reporting: -1 # Report all PHP errors
extensions:
Behat\MinkExtension:
base_url: 'http://localhost'
goutte: ~
javascript_session: selenium2
selenium2:
browser: chrome
wd_host: 'http://localhost:4444/wd/hub'
capabilities:
extra_capabilities:
chromeOptions:
args:
- "--window-size=1440,1080"
- "--no-sandbox"
Behat\Symfony2Extension:
kernel:
bootstrap: vendor/autoload.php
path: app/AppKernel.php
class: AppKernel
env: behat
debug: false
EzSystems\PlatformBehatBundle\ServiceContainer\EzBehatExtension: ~
suites: ~
imports:
- vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/behat_suites.yml
- vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/behat_suites.yml
- vendor/ezsystems/repository-forms/behat_suites.yml
- vendor/ezsystems/ezplatform-admin-ui/behat_suites.yml
- vendor/ezsystems/behatbundle/EzSystems/BehatBundle/behat_suites.yml
- vendor/ezsystems/ezplatform-page-builder/behat_suites.yml
- vendor/ezsystems/flex-workflow/behat_suites.yml
- vendor/ezsystems/date-based-publisher/behat_suites.yml