forked from fsi-open/admin-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml.dist
More file actions
38 lines (38 loc) · 1.55 KB
/
behat.yml.dist
File metadata and controls
38 lines (38 loc) · 1.55 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
default: &default
suites:
default:
contexts:
- FSi\Bundle\AdminBundle\Behat\Context\AdminContext
- FSi\Bundle\AdminBundle\Behat\Context\FiltersContext
- FSi\Bundle\AdminBundle\Behat\Context\ResourceContext
- FSi\Bundle\AdminBundle\Behat\Context\DisplayContext
- FSi\Bundle\AdminBundle\Behat\Context\DataContext
- FSi\Bundle\AdminBundle\Behat\Context\MessageContext
- FSi\Bundle\AdminBundle\Behat\Context\ListContext
- FSi\Bundle\AdminBundle\Behat\Context\FormContext
- FSi\Bundle\AdminBundle\Behat\Context\NavigationContext
extensions:
Behat\MinkExtension:
sessions:
default:
symfony2: ~
javascript:
selenium2:
browser: firefox
base_url: 'http://fsi-admin-bundle.dev/app_test.php/'
javascript_session: javascript
Behat\Symfony2Extension:
kernel:
env: test
debug: true
path: features/fixtures/project/app/AppKernel.php
bootstrap: features/fixtures/project/app/bootstrap.php
SensioLabs\Behat\PageObjectExtension:
namespaces:
page: FSi\Bundle\AdminBundle\Behat\Page
element: FSi\Bundle\AdminBundle\Behat\Element
travis:
<<: *default
extensions:
Behat\MinkExtension:
base_url: "http://localhost:8080/app_test.php"