-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbehat.yml
More file actions
55 lines (51 loc) · 2.13 KB
/
Copy pathbehat.yml
File metadata and controls
55 lines (51 loc) · 2.13 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
default:
suites:
default:
contexts:
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\DoctrineContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\JsonContext': ~
- 'Behat\MinkExtension\Context\MinkContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\RestContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\PublishableContext': ~
- 'Behatch\Context\JsonContext': ~
- 'Behatch\Context\RestContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\UploadsContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\CollectionContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\ProfilerContext': ~
extensions:
'FriendsOfBehat\SymfonyExtension':
bootstrap: 'tests/Functional/app/bootstrap.php'
kernel:
class: 'AppKernel'
path: 'tests/Functional/app/AppKernel.php'
environment: 'test'
debug: false
'Behat\MinkExtension':
base_url: 'http://example.com/'
files_path: 'features/assets/files'
sessions:
symfony:
symfony: ~
'Behatch\Extension': ~
default-coverage:
suites:
default: &default-coverage-suite
contexts:
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\CoverageContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\DoctrineContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\JsonContext': ~
- 'Behat\MinkExtension\Context\MinkContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\RestContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\PublishableContext': ~
- 'Behatch\Context\JsonContext': ~
- 'Behatch\Context\RestContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\UploadsContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\CollectionContext': ~
- 'Silverback\ApiComponentsBundle\Features\Bootstrap\ProfilerContext': ~
default-legacy:
suites:
default: ~
default-legacy-coverage:
suites:
default:
<<: *default-coverage-suite