Hi there,
We are running load tests in Jenkins pipeline. For successful and failed tests (based on assertions) tests reports would be generated. But for aborted test based on timeout (Jenkins timeout) its not generating any simulation log, so ofcourse not any report. I though of using --reports-only option atleast if I could capture simulation log. Our simuations are very huge, so even after running for 5 hours not able to find simulation logs causing debugging issues. Any help on this please.