-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
executable file
·38 lines (37 loc) · 1.32 KB
/
behat.yml.dist
File metadata and controls
executable file
·38 lines (37 loc) · 1.32 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
default:
autoload:
'': %paths.base%/features
suites:
default:
path: %paths.base%/src/*/features
contexts:
- Rezzza\RestApiBehatExtension\RestApiContext
- Rezzza\RestApiBehatExtension\Json\JsonContext
- Context\FeatureContext:
container: '@service_container'
- Behat\MinkExtension\Context\MinkContext
filters:
tags: ~@wip
extensions:
Behat\Symfony2Extension: ~
Behat\MinkExtension\ServiceContainer\MinkExtension:
base_url: 'http://integration.opus.ariane.njord.fr/app_dev.php/'
goutte: ~
selenium2: ~
sessions:
default:
symfony2: ~
files_path: './'
#default_session: goutte
#javascript_session: selenium2
#show_auto: true
#show_cmd: chrome %s
Rezzza\RestApiBehatExtension\Extension:
rest:
base_url: http://integration.opus.ariane.njord.fr/app_dev.php/
store_response: true
jenkins:
formatters:
pretty:
junit: [{out: %paths.base%/build/logs/behat.log}]
progress: [%paths.base%/build/logs/progress.log]