I’m testing nested array and would like to know at what intersection they pass / fail.
a = first level array (from a for loop)
b = nested array (from b for loop)
looking to get test output like:
pm.test(“At a step b is not NULL”, function () {
I agree with Paul, I have suggested doing this in the past but for values that I know that were going to be there. Gets a bit messy when you are trying to do something like this with it.