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
Rails 8.1 compatibility: Required ActiveSupport delegation explicitly so the railtie loads under Rails 8.1. PR 207 by justin808.
Playwright helper JSON responses: Updated generated appCommands, appVcrInsertCassette, and appVcrEjectCassette helpers to return parsed JSON rather than a Buffer. PR 219 by justin808. Original fix by helio3197 in PR 168.
Configured Rails environment: Preserved an existing RAILS_ENV when starting the managed test server, allowing E2E runs to target a configured environment. PR 210 by arielj.