forked from ezsystems/ezplatform-com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
61 lines (54 loc) · 2.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
default:
calls:
error_reporting: -1 # Report all PHP errors
formatters:
pretty: true
allure:
output_path: %paths.base%/build/allure
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"
# problem with different iframe host - https://bugs.chromium.org/p/chromedriver/issues/detail?id=2758
- "--disable-features=site-per-process"
Behat\Symfony2Extension:
kernel:
bootstrap: vendor/autoload.php
path: app/AppKernel.php
class: AppKernel
env: behat
debug: true
EzSystems\PlatformBehatBundle\ServiceContainer\EzBehatExtension: ~
Liuggio\Fastest\Behat\ListFeaturesExtension\Extension: ~
Bex\Behat\ScreenshotExtension:
active_image_drivers: cloudinary
image_drivers:
cloudinary:
screenshot_directory: /tmp/behat-screenshot/
cloud_name: ezplatformtravis
preset: ezplatform
mode: normal
limit: 10
Allure\Behat\AllureFormatterExtension: ~
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/ezplatform-form-builder/behat_suites.yml
- vendor/ezsystems/ezplatform-workflow/behat_suites.yml
- vendor/ezsystems/flex-workflow/behat_suites.yml
- vendor/ezsystems/date-based-publisher/behat_suites.yml