I am trying to generate HTML reports from txt format reports that were generated after executing junit test cases. On running ant command with build.xml in proper location, I am getting below error message
java.lang.OutOfMemoryError: Java heap space
I tried increasing heap space by ANT_OPTS=-Xmx1024m
command.
Still facing the same issue.