Skip to content

Commit

Permalink
Added wd_host setting for the Selenium2 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Aug 31, 2015
1 parent bda421c commit ee266c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion behat.yml.dist
Expand Up @@ -5,7 +5,8 @@ default:
Behat\MinkExtension:
base_url: 'http://localhost'
goutte: ~
selenium2: ~
selenium2:
wd_host: 'http://localhost:4444/wd/hub'
javascript_session: selenium2
browser_name: firefox

Expand Down

0 comments on commit ee266c9

Please sign in to comment.