Visual debugger for Rails system tests

Cyperful The Capybara visual debugger is an addon for Ruby Capybara system tests, providing a great developer experience similar to tools like Cypress.io. Features include live updates of test steps, pausing the test to interact with the page, viewing API requests and console logs, and auto-restarting the test when source code is modified. It can record a video of the test for previewing purposes. Cyperful is currently in BETA and may have bugs, with confirmed compatibility with default Rails 7.0 testing stack. Installation and configuration instructions are provided, with plans for future enhancements like running multiple sequential tests. Unique features include recording browser interactions as Ruby code.

https://github.com/stepful/cyperful

To top