Open kyleshrader opened 4 years ago
@kyleshrader - Are you seeing this even after bumping up your JVM memory settings via the sure fire plugin? I think you should try running this with a higher JVM memory settings. I say this because the number of tests is huge.
@juherr @cbeust Your thoughts?
@kyleshrader The default reporter is not very well optimized. For specific usages like yours, you should consider having your own reporter (or find a better one in 3rd party lib).
Thank you for the recommendations.
I will report back what I find.
@juherr - do you have any recommended 3rd party reporter for large numbers of tests, that I could start off looking into?
TestNG Version
Expected behavior
Expecting the following reports to be generated:
Actual behavior
Recieved the included exception during report generation and the following was generated:
Exception
Is the issue reproductible on runner?
Test case sample