forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
45 lines (45 loc) · 1.75 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
default:
suites:
default:
contexts:
- Behat\MinkExtension\Context\MinkContext
- Behatch\Context\BrowserContext:
timeout: 3
- Behatch\Context\DebugContext:
screenshotDir: 'var/behat'
- Behatch\Context\XmlContext
- Behatch\Context\TableContext
- FixtureContext:
fixturesLoader: '@Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader'
manager: "@doctrine.orm.default_entity_manager"
- RestContext:
sslPrivateKey: "%%ssl_private_key%%"
entityManager: "@doctrine.orm.default_entity_manager"
- JsonContext
- RabbitMqContext:
container: "@service_container"
- SyncWithAPIContext:
doctrine: "@doctrine"
dispatcher: "@event_dispatcher"
- EmailContext
- ReferentTagContext:
adherentRepository: "@App\\Repository\\AdherentRepository"
- SecurityContext
- FeatureContext
- DonationContext
extensions:
Behat\Symfony2Extension:
kernel:
bootstrap: features/bootstrap/bootstrap.php
class: App\Kernel
Behat\MinkExtension:
base_url: "http://test.enmarche.code"
sessions:
default:
symfony2: ~
javascript:
selenium2:
capabilities:
version: ''
wd_host: http://selenium:4444/wd/hub
Behatch\Extension: ~