Context
I'm trying to fail tests when unmatched recordings are present in the recording file when using nockBack.
Alternatives
I was hoping I could do something with before or after, but unfortunately they are not helpful.
Is there maybe a callback that one could use to count the amount of mocked requests?
Has the feature been requested before?
Not that I have seen.
If the feature request is accepted, would you be willing to submit a PR?
This shouldn't be a hard change. The big question is what to do and where to make it :)
Context
I'm trying to fail tests when unmatched recordings are present in the recording file when using nockBack.
Alternatives
I was hoping I could do something with
beforeorafter, but unfortunately they are not helpful.Is there maybe a callback that one could use to count the amount of mocked requests?
Has the feature been requested before?
Not that I have seen.
If the feature request is accepted, would you be willing to submit a PR?
This shouldn't be a hard change. The big question is what to do and where to make it :)