> Rails UI integration tests took a very long time
How many integration tests do you have? I generally only test a few core flows and then leave the rest to controller/request tests.
A lot. We were moving towards that approach when I left, though the detailed UI tests were then in JS tests which didn't need the whole app running.
A lot. We were moving towards that approach when I left, though the detailed UI tests were then in JS tests which didn't need the whole app running.