-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
45 lines (41 loc) · 1.48 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
43
44
45
# This file is part of the YAWIK Project
# (c) 2013 - 2016 Cross Solution (http://cross-solution.de)
default:
formatters:
progress:
verbose: true
paths: false
extensions:
Lakion\Behat\MinkDebugExtension:
directory: build/behat
clean_start: true
screenshot: true
Novaway\CommonContexts\Extension: ~
Behat\MinkExtension:
# change this base url value to match
# your local development server url:
base_url: "http://localhost:8080"
javascript_session: chrome
sessions:
chrome:
selenium2:
browser: chrome
capabilities:
browserName: chrome
browser: chrome
version: ""
chrome:
switches:
- "--headless"
- "--disable-gpu"
- "--window-size=2000,2000"
- "--lang=en"
- "--no-sandbox"
show_auto: false
suites:
user:
contexts:
- Behat\MinkExtension\Context\MinkContext
- Yawik\Behat\CoreContext
- Yawik\Behat\UserContext
- Yawik\Behat\SummaryFormContext