|
Hi Peter,
I'm attempting to do the exact same thing and have not been able to find a solution. I need to execute the tests through the Harness in order to execute them in parallel. As far as I can tell calling $p->next() can't be called after running the tests through the Harness. So the individual results would need to be collected as the Harness is executing the tests. I can collect the Aggregator and Parser results but not the individual results. Did you ever find a resolution to this issue? |