Created
July 3, 2014 12:28
-
-
Save casimiroarruda/2e847bce707f8b8f43c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "duodraco/interconphp-todo", | |
"description": "Repository for InterconPHP Challenge", | |
"minimum-stability": "stable", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Anderson Casimiro", | |
"email": "[email protected]" | |
} | |
], | |
"require-dev":{ | |
"behat/behat":"2.5@stable", | |
"behat/mink-extension":"*", | |
"behat/mink-selenium2-driver":"*" | |
}, | |
"config": { | |
"bin-dir": "bin/" | |
}, | |
"scripts":{ | |
"post-install-cmd":[ | |
"wget --progress=bar:force 'http://chromedriver.storage.googleapis.com/'`curl http://chromedriver.storage.googleapis.com/LATEST_RELEASE`'/chromedriver_linux64.zip'", | |
"unzip -d bin/ chromedriver_linux64.zip", | |
"rm chromedriver_linux64.zip", | |
"wget --progress=bar:force -O bin/selenium.jar http://selenium-release.storage.googleapis.com/2.42/selenium-server-standalone-2.42.2.jar" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pena não ter rolado - selenium ainda não suporta.