-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
42 lines (36 loc) · 817 Bytes
/
behat.yml.dist
File metadata and controls
42 lines (36 loc) · 817 Bytes
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
default:
suites:
default:
contexts:
- AuthenticationContext
- RestContext
- EntityContext
- Knp\FriendlyContexts\Context\TableContext
- Behat\MinkExtension\Context\MinkContext
- Sanpi\Behatch\Context\JsonContext
extensions:
Behat\Symfony2Extension:
kernel:
debug: false
env: "test"
Behat\MinkExtension:
sessions:
default:
symfony2: ~
Sanpi\Behatch\Extension: ~
Knp\FriendlyContexts\Extension:
entities:
namespaces:
- AppBundle
registry2:
suites:
default:
filters:
tags: "@registry2"
extensions:
Behat\MinkExtension:
base_url: "http://172.17.0.1:5000/"
sessions:
default:
symfony2: false
goutte: ~