forked from open-marketplace/open-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
42 lines (36 loc) · 1.23 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
imports:
- tests/Behat/Resources/suites.yml
default:
extensions:
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
FriendsOfBehat\MinkDebugExtension:
directory: etc/build
clean_start: false
screenshot: true
Behat\MinkExtension:
files_path: "%paths.base%/tests/Behat/Resources/fixtures/"
base_url: "https://127.0.0.1:8080/"
default_session: symfony
javascript_session: chrome
sessions:
symfony:
symfony: ~
chrome_headless:
chrome:
api_url: http://127.0.0.1:9222
validate_certificate: false
chrome:
selenium2:
browser: chrome
firefox:
selenium2:
browser: firefox
show_auto: false
FriendsOfBehat\SymfonyExtension:
bootstrap: config/bootstrap.php
kernel:
class: App\Kernel
FriendsOfBehat\VariadicExtension: ~
FriendsOfBehat\SuiteSettingsExtension:
paths:
- "features"