Skip to content

Instantly share code, notes, and snippets.

@irae
Created November 11, 2011 16:38
Show Gist options
  • Save irae/1358469 to your computer and use it in GitHub Desktop.
Save irae/1358469 to your computer and use it in GitHub Desktop.
pyccuracy init
#!/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