Betterment / demo_mode

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

Replace selenium with cuprite #13

Closed rzane closed 11 months ago

rzane commented 11 months 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.