forked from iodigital-com/SecretSanta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
60 lines (56 loc) · 2.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
secretsanta:
paths: [ "%paths.base%/src/Intracto/Behat/Features" ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- Intracto\Behat\Features\Context\FeatureContext
- Intracto\Behat\Features\Context\EmailContext
- Intracto\Behat\Features\Context\Bootstrap\PartyContext
- Intracto\Behat\Features\Context\Bootstrap\LanguageContext
- Intracto\Behat\Features\Context\Bootstrap\CommonPartyManagementContext
- Intracto\Behat\Features\Context\Bootstrap\ParticipantContext
- Intracto\Behat\Features\Context\Bootstrap\UnstartedPartyManagementContext
- Intracto\Behat\Features\Context\Bootstrap\StartedPartyManagementContext
- Intracto\Behat\Features\Context\Bootstrap\ReportContext
- Intracto\Behat\Features\Context\Bootstrap\ResendPartyInfoContext
- Intracto\Behat\Features\Context\Bootstrap\ReusePartyLinkContext
- Intracto\Behat\Features\Context\Bootstrap\UnsubscribeContext
extensions:
Behat\MinkExtension:
base_url: 'http://dev.secretsantaorganizer.com/app_test.php/'
default_session: symfony
javascript_session: chrome
sessions:
symfony:
symfony2: ~
chrome:
selenium2:
browser: chrome
capabilities:
browserName: chrome
browser: chrome
version: ''
chrome:
switches:
- 'start-fullscreen'
- 'start-maximized'
- 'no-sandbox'
firefox:
selenium2:
browser: firefox
show_auto: false
Behat\Symfony2Extension:
kernel:
bootstrap: vendor/autoload.php
env: test
debug: false
Lakion\Behat\MinkDebugExtension:
directory: .travis/build
clean_start: false
screenshot: false