File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,22 @@ default:
9
9
- Drupal\DrupalExtension\Context\DrushContext
10
10
- FeatureContext :
11
11
parameters :
12
- screenshot_dir : %paths.base%/screenshots
12
+ screenshot_dir : " %paths.base%/screenshots"
13
13
14
14
extensions :
15
15
Behat\MinkExtension :
16
16
goutte : ~
17
- selenium2 : ~
18
17
# Use goutte (basic PHP browser, super fast) as the default driver.
19
18
default_session : goutte
20
19
# For real browser testing and tests requiring JS use selenium2 driver.
21
- # Tag features/scenarious with @javascript to use the selenium2 driver.
20
+ # Tag features/scenarios with @javascript to use the selenium2 driver.
22
21
javascript_session : selenium2
23
22
# Configure browser to be used. Browser must be available on wd_host.
24
- # Stick with chrome by default. It's 2x faster than firefox or phantomjs (your results may vary).
23
+ # Stick with " chrome" by default. It's 2x faster than firefox or phantomjs (your results may vary).
25
24
browser_name : chrome
25
+ # browser_name: firefox
26
26
selenium2 :
27
27
wd_host : http://browser:4444/wd/hub
28
- capabilities : { "browser": "chrome", "version": "*" }
29
28
30
29
Drupal\DrupalExtension :
31
30
# Map template regions.
You can’t perform that action at this time.
0 commit comments