Skip to content

Instantly share code, notes, and snippets.

@casimiroarruda
Created July 3, 2014 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casimiroarruda/2e847bce707f8b8f43c1 to your computer and use it in GitHub Desktop.
Save casimiroarruda/2e847bce707f8b8f43c1 to your computer and use it in GitHub Desktop.
{
"name": "duodraco/interconphp-todo",
"description": "Repository for InterconPHP Challenge",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Anderson Casimiro",
"email": "o@duodra.co"
}
],
"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"
]
}
}
@casimiroarruda
Copy link
Author

Pena não ter rolado - selenium ainda não suporta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment