forked from iodigital-com/SecretSanta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
66 lines (62 loc) · 2.51 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
61
62
63
64
65
66
default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
secretsanta:
paths: [ "%paths.base%/features" ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- App\Tests\Behat\FeatureContext
- App\Tests\Behat\EmailContext
- App\Tests\Behat\Bootstrap\PartyContext
- App\Tests\Behat\Bootstrap\LanguageContext
- App\Tests\Behat\Bootstrap\CommonPartyManagementContext
- App\Tests\Behat\Bootstrap\ParticipantContext
- App\Tests\Behat\Bootstrap\UnstartedPartyManagementContext
- App\Tests\Behat\Bootstrap\StartedPartyManagementContext
- App\Tests\Behat\Bootstrap\ReportContext
- App\Tests\Behat\Bootstrap\ResendPartyInfoContext
- App\Tests\Behat\Bootstrap\ReusePartyLinkContext
- App\Tests\Behat\Bootstrap\UnsubscribeContext
extensions:
Behat\MinkExtension:
base_url: 'https://127.0.0.1:8000'
default_session: symfony
javascript_session: chrome
sessions:
symfony:
symfony: ~
chrome:
selenium2:
browser: chrome
capabilities:
browserName: chrome
browser: chrome
version: ''
chrome:
switches:
- 'start-fullscreen'
- 'start-maximized'
- 'no-sandbox'
- 'headless'
- 'disable-gpu'
- 'ignore-certificate-errors'
- 'window-size=1920,1080'
firefox:
selenium2:
browser: firefox
show_auto: false
FriendsOfBehat\SymfonyExtension:
bootstrap: tests/bootstrap.php
kernel:
path: src/Kernel.php
class: App\Kernel
environment: test
debug: false
FriendsOfBehat\MinkDebugExtension:
directory: .travis/build
clean_start: false
screenshot: false