forked from massiveart/MassiveSearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml
More file actions
25 lines (25 loc) · 671 Bytes
/
behat.yml
File metadata and controls
25 lines (25 loc) · 671 Bytes
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:
translation:
locale: en
suites:
zend_lucene:
contexts:
- Massive\Bundle\SearchBundle\Behat\ZendLuceneContext
paths:
- Tests/
filters:
tags: '@zend_lucene'
elastic:
contexts:
- Massive\Bundle\SearchBundle\Behat\ElasticContext
paths:
- Tests/
filters:
tags: '@elastic'
test:
contexts:
- Massive\Bundle\SearchBundle\Behat\TestContext
paths:
- Tests/
filters:
tags: '@test'