-
Notifications
You must be signed in to change notification settings - Fork 4
/
behat.yml
87 lines (83 loc) · 2.79 KB
/
behat.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#this abstract behat file is meant to be imported by the concrete project.
default:
autoload:
'': %paths.base%/vendor/quebecor/cube-frontend-bundle/tests/Features/Context
calls:
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
formatters:
pretty: ~
suites:
default:
paths:
base: tests
filters:
tags: "~@skip"
contexts:
- behatch:browser
- behatch:debug
- Behat\MinkExtension\Context\MinkContext
- Tests\Features\Context\ScreenshotContext: [%paths.base%/var/logs/screenshots]
- Tests\Features\Context\FeatureContext: {}
- Tests\Features\Context\NavigationContext: {}
- Tests\Features\Context\CommandContext: {}
- Tests\Features\Context\BlackjackContext: {}
extensions:
Behat\Symfony2Extension:
kernel:
env: "test"
debug: "true"
Behat\MinkExtension:
base_url: http://majisti.skeleton
default_session: default
show_cmd: "cp %s var/logs/last_response.html"
sessions:
default:
symfony2: ~
Sanpi\Behatch\Extension: ~
SensioLabs\Behat\PageObjectExtension:
namespaces:
page: [Tests\Features\Context\Page]
element: [Tests\Features\Context\Page\Element]
PSS\Behat\Symfony2MockerExtension\ServiceContainer\Symfony2MockerExtension: ~
phantomjs:
autoload:
'': tests/Features/Context
extensions:
Behat\MinkExtension:
default_session: phantomjs
sessions:
phantomjs:
selenium2:
browser: phantomjs
wd_host: phantomjs:4444/wd/hub
capabilities:
version: ''
browser: phantomjs
chrome:
autoload:
'': tests/Features/Context
extensions:
Behat\MinkExtension:
default_session: chrome
sessions:
chrome:
selenium2:
browser: chrome
wd_host: chrome:4444/wd/hub
capabilities:
version: ''
browser: chrome
firefox:
autoload:
'': tests/Features/Context
extensions:
Behat\MinkExtension:
default_session: firefox
sessions:
firefox:
selenium2:
browser: firefox
wd_host: firefox:4444/wd/hub
capabilities:
version: ''
browser: firefox