-
Notifications
You must be signed in to change notification settings - Fork 54
/
behat.yml.dist
29 lines (27 loc) · 1.01 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
default:
suites:
default:
contexts:
- 'Alex\MailCatcher\Behat\MailCatcherContext': ~
- 'App\Tests\Behat\DatabaseContext': ~
- 'App\Tests\Behat\RefreshTokenContext': ~
- 'App\Tests\Behat\SecurityContext': ~
- 'Behat\MinkExtension\Context\MinkContext': ~
- 'Behatch\Context\JsonContext': ~
- 'Behatch\Context\RestContext': ~
extensions:
'Behat\MinkExtension':
base_url: 'https://www.bewelcome.org/'
files_path: 'features/assets/files'
sessions:
symfony:
symfony: ~
'Behatch\Extension': ~
'FriendsOfBehat\SymfonyExtension': ~
'Alex\MailCatcher\Behat\MailCatcherExtension\Extension':
url: http://mailcatcher
purge_before_scenario: true
localhost:
extensions:
'Alex\MailCatcher\Behat\MailCatcherExtension\Extension':
url: http://localhost:1080