Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Minor Typo fix and updating default selenium port #178

Merged
merged 2 commits into from
Jun 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions template/tests/behat/example.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ local:
# set default command for "Show last response" step.
show_cmd: "open %s"
# ADDITIONAL OPTIONS FOR WEB DRIVERS
# use the following 3 lines to user phantomjs
# use the following 3 lines to use phantomjs
# browser_name: phantomjs
# selenium2:
# wd_host: "http://localhost:8643/wd/hub"
# wd_host: "http://localhost:4444/wd/hub"
# browser: chrome
#
# use the following lines to disable SSL authentication for goutte.
Expand Down