Newer
Older
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
default:
suites:
default:
autoload:
'': %paths.base%/tests/features/bootstrap
contexts:
- VarbaseContext:
parameters:
varbase_users:
webmaster: { email: 'webmaster@vardot.com', password: 'dD.123123ddd' }
- SelectorsContext:
parameters:
files_path: "%paths.base%/selectors/"
files:
- "varbase/installation-selectors.yml"
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\BatchContext
- behatch:browser:
timeout: 1
- behatch:debug:
screenshotDir: "%paths.base%/tests/screenshots/"
- behatch:json:
evaluationMode: javascript
- behatch:rest
- behatch:system:
root: "../../"
- behatch:table
- behatch:xml
filters:
tags: "@install"
paths:
features: %paths.base%/tests/tools
bootstrap: %paths.base%/tests/features/bootstrap
formatters:
pretty:
html:
output_path: "%paths.base%/tests/reports/"
extensions:
Behat\MinkExtension:
files_path: "%paths.base%/tests/assets/"
goutte: ~
zombie: ~
selenium2:
wd_host: 127.0.0.1:4445/wd/hub
capabilities:
browser: 'firefox'
# browser: 'chrome'
# browser: 'phantomjs'
nativeEvents: true
base_url: http://127.0.0.1:8080
browser_name: 'firefox'
# browser_name: 'chrome'
# browser_name: 'phantomjs'
javascript_session: selenium2
Drupal\DrupalExtension:
blackbox: ~
Sanpi\Behatch\Extension: ~
emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension:
name: html
renderer: Twig,Behat2
file_name: index
print_args: false
print_outp: false
loop_break: false