-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbehat.yml
More file actions
48 lines (44 loc) · 1.07 KB
/
behat.yml
File metadata and controls
48 lines (44 loc) · 1.07 KB
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
default:
suites:
default:
contexts:
- App\Tests\Behat\FeatureContext: ~
- App\Tests\Behat\ApiContext: ~
extensions:
FriendsOfBehat\SymfonyExtension:
bootstrap: "tests/bootstrap.php"
kernel:
class: ~
path: ~
environment: ~
debug: ~
Robertfausk\Behat\PantherExtension: ~
Behat\MinkExtension:
javascript_session: panther
sessions:
symfony:
symfony: ~
panther:
panther:
options:
browser: 'chrome'
webServerDir: '%paths.base%/public'
manager_options:
capabilities:
goog:chromeOptions:
args:
- '--accept-lang=en'
DVDoug\Behat\CodeCoverage\Extension:
filter:
include:
directories:
'src': ~
exclude:
directories:
'src/DataFixtures': ~
reports:
clover:
target: build/clover-behat.xml
name: 'Behat'
text:
showOnlySummary: true