-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
44 lines (42 loc) · 1.46 KB
/
behat.yml.dist
File metadata and controls
44 lines (42 loc) · 1.46 KB
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
default:
suites:
default:
paths: [ '%paths.base%/tests/features' ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- integralservice:context:coverage
- integralservice:context:api
- integralservice:context:email
- integralservice:context:web
- integralservice:context:screenshot:
mail_to:
- recipient1@gmail.com
- recipient2@gmail.com
mail_from: fail-behat@gmail.com
mail_subject: Tests failed
mailer_host: smtp.gmail.com
mailer_port: 465
mailer_encryption: ssl
mailer_username: your_username@gmail.com
mailer_password: your_password
tmpPath: /var/tmp
extensions:
Behat\MinkExtension:
base_url: 'http://localhost:8080'
files_path: 'tests/fixtures/files'
goutte: ~
selenium2: ~
browser_name: 'chrome'
sessions:
default:
goutte: ~
symfony2:
goutte: ~
IntegralService\Extension:
whitelist:
- src
result_file: results/behat_coverage.xml
symfony2:
extensions:
Behat\MinkExtension:
default_session: symfony2