patricklindsay / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
http://wicegrid.herokuapp.com/
MIT License
33 stars 29 forks source link

Fix screenshots on test failures #29

Open JasonBarnabe opened 6 years ago

JasonBarnabe commented 6 years ago

https://github.com/patricklindsay/wice_grid/blob/1edf927578c28c5574fb61daf2974a12aff15eb3/spec/acceptance_helper.rb#L17

It's supposed to be saving screenshots on failure, but it doesn't. That combined with a headless driver makes it hard to tell what's going on sometimes.

JasonBarnabe commented 5 years ago

Using type: :feature makes this work, but breaks all sorts of things.