Reguarly run tests should take 10 minutes or less so there is immediate feedback.
We probably need some of these tests for the plugin and some of them for the demo.
We probably need some of these tests to run against a real solr index.
Use rcov to determine what is missing; either write these or open JIRA tickets for them.
Utilize Cucumber - part of RSpec suite. Cucumber is better than Selenium or whatever for browser.
"Regression": want to test if you have broken anything in the browser.
We need examples and documentation for how to run the different tests.
See also:
http://wiki.blacklightopac.org/doku.php?id=testing
Perhaps remove this wiki page, or use it as a place to document how to run tests.