Skip to content

Instantly share code, notes, and snippets.

@randyjhunt
Created January 4, 2009 23:18
Show Gist options
  • Save randyjhunt/43210 to your computer and use it in GitHub Desktop.
Save randyjhunt/43210 to your computer and use it in GitHub Desktop.
# run Selenium tests on a whole app
./script/server -e test
# followed by
rake test:acceptance
# This is in lieu of running
./script/server -e test
# then browsing to
localhost:3000/selenium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment