forked from OpenConext/Stepup-tiqr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
executable file
·39 lines (37 loc) · 1.29 KB
/
behat.yml
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
default:
formatters:
progress:
paths: false
extensions:
Behat\Symfony2Extension: ~
Behat\MinkExtension:
base_url: https://tiqr.example.com/app_test.php/
default_session: 'symfony2'
goutte:
guzzle_parameters:
curl.CURLOPT_SSL_VERIFYPEER: false
curl.CURLOPT_CERTINFO: false
ssl.certificate_authority: false
verify: false
sessions:
symfony2:
symfony2: ~
Behatch\Extension: ~
suites:
app_bundle:
type: symfony_bundle
contexts:
- AppBundle\Features\Context\WebContext
- AppBundle\Features\Context\TiqrContext
- AppBundle\Features\Context\ErrorReportContext
- Behat\MinkExtension\Context\MinkContext
- behatch:context:xml
bundle: 'AppBundle'
sp_bundle:
type: symfony_bundle
contexts:
- AppBundle\Features\Context\WebContext
- AppBundle\Features\Context\ErrorReportContext
- Behat\MinkExtension\Context\MinkContext
- behatch:context:xml
bundle: 'SpBundle'