forked from enhavo/enhavo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
25 lines (23 loc) · 940 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
default:
extensions:
Enhavo\Bundle\AppBundle\Behat\Extension\PantherExtension:
env:
PANTHER_APP_ENV: "test"
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
web:
contexts:
- Enhavo\Bundle\AppBundle\Behat\Context\PantherContext:
- Enhavo\Bundle\AppBundle\Behat\Context\DebugContext:
- Enhavo\Bundle\AppBundle\Behat\Context\EmailContext:
- Enhavo\Bundle\AppBundle\Behat\Context\DoctrineContext:
- Enhavo\Bundle\MediaBundle\Behat\Context\MediaContext:
- Enhavo\Bundle\NavigationBundle\Behat\Context\NavigationContext:
- Enhavo\Bundle\SearchBundle\Behat\Context\SearchContext:
- Enhavo\Bundle\UserBundle\Behat\Context\UserContext:
filters:
tags: "@web"