Created
November 11, 2011 16:38
-
-
Save irae/1358469 to your computer and use it in GitHub Desktop.
pyccuracy init
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
#!/bin/bash | |
python `which pyccuracy_console` \ | |
selenium.server=localhost selenium.port=4444 \ | |
-R false --suppresswarnings \ | |
-A /Users/irae/code/profile/tests/pyccuracy/actions \ | |
-P /Users/irae/code/profile/tests/pyccuracy/pages \ | |
-H /Users/irae/code/profile/tests/pyccuracy/hooks \ | |
-d /Users/irae/code/profile/tests/pyccuracy/acceptance \ | |
-u http://integration.profile.yahoo.com \ | |
-v 1 \ | |
--browserdriver selenium \ | |
-b firefox \ | |
-p *[!BROKEN].acc \ | |
$@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment