-
Notifications
You must be signed in to change notification settings - Fork 20
/
behat.yml.dist
30 lines (30 loc) · 1.09 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
30
default:
suites:
default:
contexts:
- App\Tests\Behat\CoverageContext
- App\Tests\Behat\DatabaseContext
- App\Tests\Behat\FixturesContext
- App\Tests\Behat\OrganizationPlanningContext
- App\Tests\Behat\SecurityContext
- App\Tests\Behat\TraversingContext
- App\Tests\Behat\UserPlanningContext
- Behat\MinkExtension\Context\MinkContext
- PantherExtension\Context\PantherContext
- PantherExtension\Context\WaitContext:
extensions:
PantherExtension\Extension\PantherExtension: ~
Behat\MinkExtension:
browser_name: chrome
default_session: symfony
javascript_session: javascript
sessions:
javascript:
panther:
driver: 'chrome'
symfony:
symfony: ~
FriendsOfBehat\SymfonyExtension:
kernel:
environment: test
debug: true