Capybara is the standard acceptance testing framework for Rails, simulating how users interact with your application through a browser. It works with drivers like Selenium, Cuprite, and WebKit to test features such as form submissions, link clicks, and JavaScript interactions. 

Capybara supports Rails 6, 7 and 8 on Ruby 3+ and is widely documented.