forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.ci.yml
27 lines (27 loc) · 891 Bytes
/
behat.ci.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
default:
paths:
features: features
context:
class: Context\FeatureContext
parameters:
base_url: 'http://akeneo/'
timeout: 50000
window_width: 1280
window_height: 1024
extensions:
Behat\MinkExtension\Extension:
default_session: symfony2
show_cmd: chromium-browser %s
selenium2:
wd_host: 'http://selenium:4444/wd/hub'
base_url: 'http://akeneo/'
files_path: 'features/Context/fixtures/'
Behat\Symfony2Extension\Extension:
kernel:
env: behat
debug: false
SensioLabs\Behat\PageObjectExtension\Extension: ~
formatter:
name: Context\SummaryFormatter, Pim\Behat\Formatter\JUnitFormatter
parameters:
output_path: null,app/build/logs/behat/