Ariel Shaqed (Scolnicov)
07/21/2025, 8:51 AMWon't it makes CI run slower?But only when something fails - and then it will give more informative errors.
Doesn't the first failing test have all information?Yes, sometimes. Other times not so much. For instance, if A uses a B and I introduce a bug in B, then I want to see failures from TestB not from TestA.
What if I don't want to see the extra errors?The first error still appears. Actually, sometimes a few more errors also appear.