Skip to content

v1.20.1

Latest

Choose a tag to compare

@justin808 justin808 released this 11 Jul 08:20

Fixed

  • 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.