I’m struggling to understand how to test my TUI. I have a set of tabs to render but those are not working with the Ratatui test helpers, I don’t believe you’ve documented the proper APIs necessary, for instance my render method is apparently using the wrong signature:
KiqTest#test_home:
ArgumentError: wrong number of arguments (given 1, expected 3)
lib/sidekiq/tui/tabs/home.rb:46:in 'render'
/Users/mperham/.gem/ruby/3.4.7/gems/ratatui_ruby-1.4.1-arm64-darwin-24/lib/ratatui_ruby/labs/frame_a11y_capture.rb:23:in 'RatatuiRuby::Frame#render_widget'
Any advice or good resources for building a testable TUI would be helpful. I’ve read through application_testing - ratatui_ruby v1.4.1.