-
Notifications
You must be signed in to change notification settings - Fork 13
/
behat.yml.dist
70 lines (61 loc) · 2.66 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
62
63
64
65
66
67
68
69
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: selenium
sessions:
selenium:
selenium2:
browser: chrome
wd_host: 'http://localhost:4444/wd/hub'
capabilities:
extra_capabilities:
chromeOptions:
w3c: false
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"
chrome:
chrome:
api_url: "http://localhost:9222"
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
FriendsOfBehat\SymfonyExtension: ~
EzSystems\BehatBundle\BehatExtension: ~
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:
image_attachment_limit: 5
suites:
default:
contexts:
- App\Tests\Behat\DemoContext
imports:
- vendor/ezsystems/ezplatform-kernel/eZ/Bundle/EzPublishCoreBundle/behat_suites.yml
- vendor/ezsystems/ezplatform-content-forms/behat_suites.yml
- vendor/ezsystems/ezplatform-admin-ui/behat_suites.yml
- vendor/ezsystems/behatbundle/behat_suites.yml
- vendor/ezsystems/ezplatform-http-cache/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/date-based-publisher/behat_suites.yml
- vendor/ezsystems/ezplatform-user/behat_suites.yml
- vendor/ezsystems/ezplatform-page-fieldtype/behat_suites.yml
- vendor/ezsystems/ezcommerce-admin-ui/behat_suites.yml