-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
behat.yml
28 lines (28 loc) · 859 Bytes
/
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
default:
formatters:
pretty: true
autoload:
'': '%paths.base%'
extensions:
# Caciobanu\Behat\DeprecationExtension:
# mode: 999999
FriendsOfBehat\SymfonyExtension:
kernel:
debug: true
path: 'Tests/app/AppKernel.php'
class: AppKernel
bootstrap: 'Tests/app/autoload.php'
Behat\MinkExtension:
show_cmd: firefox %s
base_url: 'https://www.example.test/'
sessions:
symfony:
symfony: ~
suites:
default:
paths:
- '%paths.base%/Features'
contexts:
- 'SpomkyLabs\LexikJoseBundle\Features\Context\FeatureContext'
mink_session: 'symfony'
bundle: 'SpomkyLabsLexikJoseBundle'