Hello, I'm trying to run some tests from groovy code, and I get a java.lang.OutOfMemoryError: Java heap space, when it's trying to create html reports. As I see the issue is that there are more than 5000 tests. And it gets out of space trying to generate the report for that.
What I want to do is to separate reports by test class, and make webtest to generate the report for each test class as soon as each one is finished. Any idea on how should I do that? Could be that I'm setting up something wrong and that gives me the OutOfMemoryError? If you need any details , let me know. Any help will be greatly appreciated. -- Mauricio

