Hello,
I'm looking for a way to identify request skipped using "pm.execution.skipRequest();" in the pre-request script (see blog post) for newman reporters. I actually found that in the Postman Runtime there is a 'isSkipped' argument that allow to identify those (see commit). But it seems that this is not forwarded to the callbacks used for the reporters (at least in my testing).
Could it be possible to forward that information to the reporter, so they can easily identify skipped requests?
Thank you in advance