forked from pelletiermaxime/chef-webui-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
34 lines (34 loc) · 911 Bytes
/
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
default:
formatters:
pretty: true
autoload:
- %paths.base%/app/tests/contexts
suites:
ui:
paths: [ %paths.base%/app/tests/features ]
contexts: [ UserInterfaceContext ]
# filters: { tags: '@ui' }
domain:
paths: [ %paths.base%/app/tests/features ]
contexts: [ DomainContext ]
filters: { tags: '@domain' }
extensions:
Behat\MinkExtension:
# goutte: ~
selenium2:
browser: chrome
# zombie: ~
# sahi: ~
base_url: http://localhost:8000
show_cmd: firefox %s
gherkin:
filters:
tags: "~@wip"
travisci:
extensions:
Behat\MinkExtension:
goutte: ~
base_url: http://localhost:8000
gherkin:
filters:
tags: ~@wip&&~@javascript