logoalt Hacker News

PapaPalpatineyesterday at 12:40 PM1 replyview on HN

> 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.


Replies

gedyyesterday at 3:33 PM

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.