Hacker News new | ask | show | jobs
by PapaPalpatine 417 days ago
> 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.

1 comments

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.