-
Notifications
You must be signed in to change notification settings - Fork 3
/
behat.yml
32 lines (32 loc) · 988 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
default:
formatters:
pretty:
verbose: true
paths: true
snippets: false
suites:
default:
paths:
- "%paths.base%/tests/features"
contexts:
- Behat\MinkExtension\Context\MinkContext
- CDBehat\WebContext
- CDBehat\FixtureContext
extensions:
Behat\MinkExtension:
sessions:
default:
symfony2: ~
javascript:
selenium2: ~
browser_name: firefox
show_auto: false
base_url: https://www.geomesse.com
Behat\Symfony2Extension: ~
SensioLabs\Behat\PageObjectExtension:
namespaces:
page: [Behat\Page]
CDBehat\PageObjectExtension: ~
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
filename: junit.xml
outputDir: %paths.base%/behat