Skip to content

Commit f73df13

Browse files
committed
Updated behat.yml
1 parent 10769ce commit f73df13

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/behat/behat.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ default:
99
- Drupal\DrupalExtension\Context\DrushContext
1010
- FeatureContext:
1111
parameters:
12-
screenshot_dir: %paths.base%/screenshots
12+
screenshot_dir: "%paths.base%/screenshots"
1313

1414
extensions:
1515
Behat\MinkExtension:
1616
goutte: ~
17-
selenium2: ~
1817
# Use goutte (basic PHP browser, super fast) as the default driver.
1918
default_session: goutte
2019
# 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.
2221
javascript_session: selenium2
2322
# 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).
2524
browser_name: chrome
25+
#browser_name: firefox
2626
selenium2:
2727
wd_host: http://browser:4444/wd/hub
28-
capabilities: { "browser": "chrome", "version": "*" }
2928

3029
Drupal\DrupalExtension:
3130
# Map template regions.

0 commit comments

Comments
 (0)