-
Notifications
You must be signed in to change notification settings - Fork 1
/
behat.yml
43 lines (43 loc) · 1.11 KB
/
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
38
39
40
41
42
43
default:
suites:
default:
contexts:
- ActivationCodeContext
- BootstrapContext
- ExpenseContext
- FeatureContext
- HierarchySelectContext
- HtmlContext:
region_map:
sidebar navigation: '.sidebar nav'
- MailgunContext
- UserContext
- Behat\MinkExtension\Context\MinkContext
filters:
tags: '~@wip'
extensions:
Behat\MinkExtension:
base_url: http://localhost:8088
javascript_session: javascript
sessions:
default:
goutte: ~
javascript:
selenium2:
wd_host: http://localhost:4444/wd/hub
browser: chrome
capabilities:
browserName: "chrome"
browser: "chrome"
chrome:
switches:
- '--no-sandbox'
- '--headless'
- '--disable-gpu'
- '--window-size=1920,1080'
LoversOfBehat\ScreenshotExtension:
storage:
filesystem:
path: 'tmp/screenshots/'
formatters:
progress: ~