You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
test_right is an opinionated browser testing framework designed to help users get maximum value out of their tests. It encourages good test suite design and practices from the start, and it abstracts away some of the complexity of dealing with AJAX.
Setup
gem install test_right
cd MY_APP
test_right install
Change @base_url@ in @MY_APP/test/right/config.yml@ to the base URL of your application staging environment. For example, you might set it to @http://localhost:3000/@ for a standard Rails application.
Add the code to reset your database and restart the staging server (if necessary) to @MY_APP/test/right/setup.rb@