Betterment / demo_mode

A configurable demo mode for your Rails app. Specify your desired "personas" and Demo Mode will handle the rest.
MIT License
25 stars 8 forks source link

Replace selenium with cuprite #13

Closed rzane closed 1 year ago

rzane commented 1 year ago

Cuprite is much simpler to setup and use. It also ensures that CI is identical to the local test environment.

Also, by enabling js_errors: true, we can see JavaScript errors that are thrown.