mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
468 stars 151 forks source link

Allow the pabot results to be left without aggregating them. #571

Open Zoupers opened 7 months ago

Zoupers commented 7 months ago

As the title suggests, merging logs in Robot Framework currently consumes a substantial amount of memory when dealing with large logs. Therefore, we could consider deferring the merge process to a later stage when adequate memery is available.

Thank you for your understanding and support. If possible, I can also do that by myself.