% @page_title = 'Setup' -%> <% if defined?(@session_wiped) or @cleared_tables.any? or @loaded_fixtures.any? -%>
The session is wiped clean.
<% end-%> <% if @cleared_tables.any? -%>The following database tables are cleared:
The following fixtures are loaded:
This page can be used to setup your Selenium tests. The following options can be used:
open | <%= url_for %>?keep_session |
open | <%= url_for :fixtures => 'all' %> | |
open | <%= url_for :fixtures => 'fixture' %> | |
open | <%= url_for :fixtures => 'fixture_one' %>,fixture_two |
open | <%= url_for :clear_tables => 'sessions' %> | |
open | <%= url_for :clear_tables => 'sessions' %>,outgoing_messages |