Hi, I am spawning k6 process using execSync() in node js , and when a threshold fails, all the steps are shown as failed in the terminal as below as ‘command failed’:
Is there any way to avoid that, and just show the error message about the threshold failure ?