Im doing a database comparison test using serenity-bdd. I am currently testing 892 records. All 892 failed as expected.
AssertJ's SoftAssertions.assertSoftly appears to have ran through all 892 successfully.
But then it hangs the test and wont complete the Serenity report.
Im assuming it is overwhelmed because all 892 failed, so it had to process all 892.
But we are early in our development so this is going to happen a lot.
Does anyone know what the limits of SoftAssertions is. How high can I batch my assertions without it hanging my test