-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
33 lines (30 loc) · 1.05 KB
/
behat.yml.dist
File metadata and controls
33 lines (30 loc) · 1.05 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
default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
default:
contexts:
- Behat\MinkExtension\Context\MinkContext
- ServiceCivique\Bundle\CoreBundle\Behat\BaseContext
- ServiceCivique\Bundle\CoreBundle\Behat\MissionContext
- ServiceCivique\Bundle\CoreBundle\Behat\OrganizationContext
- ServiceCivique\Bundle\CoreBundle\Behat\TaxonomyContext
- ServiceCivique\Bundle\CoreBundle\Behat\UserContext
- ServiceCivique\Bundle\WebBundle\Behat\WebContext
extensions:
Behat\MinkExtension:
sessions:
default:
symfony2: ~
javascript:
selenium2: ~
browser_name: firefox
show_auto: false
base_url: 'http://localhost:80/app_test.php/'
Behat\Symfony2Extension:
kernel:
env: test
debug: false