-
Notifications
You must be signed in to change notification settings - Fork 611
/
behat.yml.dist
70 lines (67 loc) · 2.04 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
67
68
69
70
default:
autoload:
'': "%paths.base%/features"
formatters:
pretty: true
extensions:
Behat\Symfony2Extension:
kernel:
env: test
debug: true
Behat\MinkExtension:
base_url: 'http://cocorico.test.localhost/'
files_path: "%paths.base%\\features\\_datas\\"
selenium2: ~
show_auto: false
show_cmd: open %s
show_tmp_dir: "%paths.base%\\web\\test\\behat"
sessions:
default:
symfony2: ~
browser_name: chrome
VIPSoft\DoctrineDataFixturesExtension\Extension:
lifetime: scenario
autoload: true
directories: ~
fixtures: ~
use_backup: true
suites:
default_features:
contexts:
- Behat\MinkExtension\Context\MinkContext
- UserContext
- PageContext
filters:
tags: "@default"
listing_features:
contexts:
- Behat\MinkExtension\Context\MinkContext
- UserContext
- PageContext
- ListingContext
filters:
tags: "@listing&&@javascript"
booking_features:
contexts:
- Behat\MinkExtension\Context\MinkContext
- UserContext
- PageContext
- ListingContext
- BookingContext
filters:
tags: "@booking&&@javascript"
command_features:
contexts:
- CommandContext
- UserContext
filters:
tags: "@command"
message_features:
contexts:
- Behat\MinkExtension\Context\MinkContext
- MessageContext
- UserContext
- PageContext
- ListingContext
filters:
tags: "@message&&@javascript"