logoalt Hacker News

PapaPalpatine05/04/20251 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

gedy05/04/2025

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.