Skip to content

Instantly share code, notes, and snippets.

@btakita
Created April 27, 2009 18:03
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 btakita/102617 to your computer and use it in GitHub Desktop.
Save btakita/102617 to your computer and use it in GitHub Desktop.
#!/bin/sh
# do something like this to run jsunit tests on osx (safari)
# cd ~/.cruise/projects/Sandbox/work
# svn up
# rake jsunit:start_servant
#Don't need this until we want to test IE
#open ~/Documents/Parallels/winxp.pvm
# start selenium - However, webrat also starts a later version of the Selenium server
# nohup selenium > selenium.log &
# start ccrb
sleep 10
cd ~/ccrb
./cruise start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment