-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbehat.yml.dist
26 lines (26 loc) · 945 Bytes
/
behat.yml.dist
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
default:
autoload:
'': %paths.base%/features/Context
'Page': %paths.base%/features/
suites:
default:
path: %paths.base%/features
contexts:
- Context\FeatureContext
- Context\SecurityContext
- Knp\FriendlyContexts\Context\MinkContext
- Knp\FriendlyContexts\Context\PageContext
- Knp\FriendlyContexts\Context\RawPageContext
extensions:
Behat\MinkExtension\ServiceContainer\MinkExtension:
base_url: 'http://localhost:8000/app_dev.php'
selenium2: ~
goutte: ~
default_session: goutte
javascript_session: selenium2
show_auto: true
show_cmd: firefox %s
Knp\FriendlyContexts\Extension:
page:
namespace: "Page"
Behat\Symfony2Extension\ServiceContainer\Symfony2Extension: ~