-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbehat.yml
38 lines (36 loc) · 939 Bytes
/
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:
backend:
type: symfony_bundle
bundle: AppBundle
paths: [ %paths.base%/features ]
contexts:
- DefaultContext:
- backend
filters:
tags: @backend
mink_session: backend_session
frontend:
type: symfony_bundle
bundle: AppBundle
paths: [ %paths.base%/features ]
contexts:
- DefaultContext:
- frontend
filters:
tags: @frontend
mink_session: frontend_session
extensions:
Behat\Symfony2Extension:
kernel:
bootstrap: apps/backend/vendor/autoload.php
path: apps/backend/app/AppKernel.php
env: test
Behat\MinkExtension:
base_url: "http://tuprogramaelectoral:9000"
sessions:
backend_session:
symfony2: ~
frontend_session:
selenium2:
wd_host: "http://webtesting.tuprogramaelectoral:4444/wd/hub"