forked from massiveart/MassiveSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
37 lines (37 loc) · 1.35 KB
/
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
35
36
37
default:
suites:
zend_lucene:
type: symfony_bundle
contexts:
- Massive\Bundle\SearchBundle\Behat\SearchManagerContext:
adapterId: massive_search.adapter.zend_lucene
bundle: MassiveSearchBundle
filters:
tags: '@zend_lucene'
elastic:
type: symfony_bundle
contexts:
- Massive\Bundle\SearchBundle\Behat\SearchManagerContext:
adapterId: massive_search.adapter.elastic
bundle: MassiveSearchBundle
filters:
tags: '@elastic'
test:
type: symfony_bundle
contexts:
- Massive\Bundle\SearchBundle\Behat\SearchManagerContext:
adapterId: massive_search.adapter.test
bundle: MassiveSearchBundle
filters:
tags: '@test'
extensions:
Behat\Symfony2Extension:
kernel:
path: Tests/Resources/app/AppKernel.php
class: Massive\Bundle\SearchBundle\Tests\Resources\app\AppKernel
bootstrap: vendor/symfony-cmf/testing/bootstrap/bootstrap.php
env: test
context:
path_suffix: Tests/Features
Behat\WebApiExtension:
base_url: http://localhost:8000/