I have a set of suites A,B,C each one of them consist of corresponding tests [a1,a2], [b1,b2], [c1,c2]. If the suite fails to run because of the timeout during beforeAll the report will not include any trace of failed tests. Everything looks like all tests Passed. I found it only by knowing the number of tests that should be executed.