-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbehat.yml
29 lines (29 loc) · 1.04 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
default:
suites:
default:
paths: [ '%paths.base%/Features' ]
contexts:
- FSi\Bundle\TerytDatabaseBundle\Behat\Context\CommandContext:
fixturesPath: '%paths.base%'
- FSi\Bundle\TerytDatabaseBundle\Behat\Context\DataContext
- FSi\Bundle\TerytDatabaseBundle\Behat\Context\DownloadTerytCommandContext:
fixturesPath: '%paths.base%'
- FSi\Bundle\TerytDatabaseBundle\Behat\Context\CommandContext:
fixturesPath: '%paths.base%'
- FSi\Bundle\TerytDatabaseBundle\Behat\Context\ImportTerytCommandContext:
fixturesPath: '%paths.base%'
extensions:
Caciobanu\Behat\DeprecationExtension:
mode: weak
Behat\Symfony2Extension:
kernel:
env: test
debug: true
path: Behat/Fixtures/Project/app/AppKernel.php
class: TestApp\AppKernel
bootstrap: Behat/Fixtures/Project/app/bootstrap.php
Behat\MinkExtension:
sessions:
default:
symfony2: ~
base_url: 'http://www.fsi-teryt.dev/app_test.php/'