Skip to content

Commit

Permalink
Add Sahi Driver Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Oct 13, 2015
1 parent a58cf0d commit 7d2fcb6
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 3 deletions.
3 changes: 3 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ default:
extensions:
Behat\Symfony2Extension: ~
Behat\MinkExtension:
base_url: "http://localhost:8000"
sessions:
default:
symfony2: ~
javascript:
sahi: ~
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"behat/symfony2-extension": "^2.1",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.1",
"behat/mink-browserkit-driver": "^1.3"
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-sahi-driver": "^1.2"
},
"scripts": {
"post-install-cmd": [
Expand Down
159 changes: 157 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d2fcb6

Please # to comment.